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.
2 parents 76012e0 + f1c2a57 commit 0ae5dd4Copy full SHA for 0ae5dd4
stdlib/public/core/CMakeLists.txt
@@ -284,6 +284,10 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${SWIFT_HOST_VARIANT_SDK}" STREQUAL "LINUX")
284
list(APPEND swift_core_private_link_libraries swiftImageInspectionShared)
285
endif()
286
287
+if(SWIFT_PRIMARY_VARIANT_SDK STREQUAL Windows)
288
+ list(APPEND swift_core_private_link_libraries shell32)
289
+endif()
290
+
291
add_swift_target_library(swiftCore
292
${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB IS_STDLIB_CORE
293
${SWIFTLIB_SOURCES}
0 commit comments