61bcdefg / Hikari-Swift

Swift Toolchain of Hikari Obfuscator
36 stars 23 forks source link

Missed Hikari-Swift/swiftpm/Sources/Build folder #1

Closed NewDwarf closed 1 year ago

NewDwarf commented 1 year ago

Glad to see the project is under the active development! I faced with below build issue:

CMake Error at Sources/CMakeLists.txt:10 (add_subdirectory):
  add_subdirectory given source "Build" which is not an existing directory.

Could you, please, double check the folder Hikari-Swift/swiftpm/Sources/Build is not missed. The Hikari-Swift/swiftpm/Sources/CMakeLists.txt adds such subdirectories

add_subdirectory(Basics)
add_subdirectory(Build)
add_subdirectory(Commands)
add_subdirectory(LLBuildManifest)
...

but the Hikari-Swift/swiftpm/Sources/Build folder is missed in this repo.

61bcdefg commented 1 year ago

should be fixed in https://github.com/NeHyci/Hikari-Swift/commit/0bef8f33772a6d4566427824c46b6a9aac28501d, can you try again?

NewDwarf commented 1 year ago

Looks like the issue is fixed. At least building of the swiftpm was passed.