We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cd605 commit 5e3916eCopy full SHA for 5e3916e
stdlib/public/runtime/CMakeLists.txt
@@ -88,7 +88,7 @@ set(swift_runtime_library_compile_flags ${swift_runtime_compile_flags})
88
list(APPEND swift_runtime_library_compile_flags -DswiftCore_EXPORTS)
89
list(APPEND swift_runtime_library_compile_flags -I${SWIFT_SOURCE_DIR}/include)
90
91
-set(sdk "${SWIFT_HOST_VARIANT_SDK}")
+set(sdk "${SWIFT_PRIMARY_VARIANT_SDK}")
92
if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
93
list(REMOVE_ITEM swift_runtime_sources ImageInspectionELF.cpp)
94
set(static_binary_lnk_file_list)
0 commit comments