File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ add_subdirectory(Demangling)
206206add_subdirectory (Threading)
207207add_subdirectory (runtime)
208208add_subdirectory (stubs)
209- add_subdirectory (core )
209+ add_subdirectory (Core )
210210if (SwiftCore_ENABLE_COMMANDLINE_SUPPORT)
211211 add_subdirectory (CommandLineSupport)
212212endif ()
File renamed without changes.
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ set(CoreLibs
8686 CompatibilityOverride
8787 stubs
8888 CommandLineSupport
89- core
9089 SwiftOnoneSupport
9190 RemoteInspection
9291 SwiftRemoteMirror
@@ -97,6 +96,10 @@ foreach(library ${CoreLibs})
9796 copy_library_sources(${library} "public" "Core" )
9897endforeach ()
9998
99+ # copying Core/core separately, so we can specify the case of the target folder
100+ # correctly on case sensitive file systems
101+ copy_library_sources("" "public/core" "Core/Core" )
102+
100103message (STATUS "plist[${StdlibSources} /Info.plist.in] -> Core/Info.plist.in" )
101104copy_files("" "Core" FILES "Info.plist.in" )
102105
You can’t perform that action at this time.
0 commit comments