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
99
99
$< $< BOOL:${SwiftCore_HAS_DLADDR} > :-DSWIFT_STDLIB_HAS_DLADDR>
100
100
$< $< BOOL:${SwiftCore_HAS_DLSYM} > :-DSWIFT_STDLIB_HAS_DLSYM>
101
101
$< $< 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} "> )
104
104
105
105
target_include_directories (swiftRuntime PRIVATE
106
106
"${PROJECT_BINARY_DIR} /include"
You can’t perform that action at this time.
0 commit comments