File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ target_compile_definitions(swiftRuntime
9999 $<$<BOOL :${SwiftCore_HAS_DLADDR} >:-DSWIFT_STDLIB_HAS_DLADDR>
100100 $<$<BOOL :${SwiftCore_HAS_DLSYM} >:-DSWIFT_STDLIB_HAS_DLSYM>
101101 $<$<BOOL :${SwiftCore_ENABLE_FILESYSTEM_SUPPORT} >:-DSWIFT_STDLIB_HAS_FILESYSTEM>
102- $<$<AND :$< BOOL :${SwiftCore_ENABLE_FILESYSTEM_SUPPORT} >,$<COMPILE_LANGUAGE:C,CXX> >:-DSWIFT_ARCH="${SwiftCore_ARCH_SUBDIR} " >
103- $<$<AND :$< BOOL :${SwiftCore_ENABLE_FILESYSTEM_SUPPORT} >,$<COMPILE_LANGUAGE:C,CXX> >:-DSWIFT_LIB_SUBDIR="${SwiftCore_PLATFORM_SUBDIR} " >)
102+ $<$<BOOL :${SwiftCore_ENABLE_FILESYSTEM_SUPPORT} >:-DSWIFT_ARCH="${SwiftCore_ARCH_SUBDIR} " >
103+ $<$<BOOL :${SwiftCore_ENABLE_FILESYSTEM_SUPPORT} >:-DSWIFT_LIB_SUBDIR="${SwiftCore_PLATFORM_SUBDIR} " >)
104104
105105target_include_directories (swiftRuntime PRIVATE
106106 "${PROJECT_BINARY_DIR} /include"
You can’t perform that action at this time.
0 commit comments