We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_add_swift_host_library_single
1 parent dbd4ea0 commit d01312cCopy full SHA for d01312c
cmake/modules/AddSwift.cmake
@@ -933,9 +933,7 @@ function(_add_swift_host_library_single target name)
933
"SHELL:-Xclang --dependent-lib=msvcrt$<$<CONFIG:Debug>:d>")
934
endif()
935
936
- target_include_directories(${target} SYSTEM PRIVATE
937
- ${SWIFT_${SWIFTLIB_SINGLE_SDK}_${SWIFTLIB_SINGLE_ARCHITECTURE}_ICU_UC_INCLUDE}
938
- ${SWIFT_${SWIFTLIB_SINGLE_SDK}_${SWIFTLIB_SINGLE_ARCHITECTURE}_ICU_I18N_INCLUDE})
+
939
target_compile_options(${target} PRIVATE
940
${c_compile_flags})
941
target_link_options(${target} PRIVATE
0 commit comments