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.
1 parent 4ced0af commit f581559Copy full SHA for f581559
stdlib/public/core/CMakeLists.txt
@@ -263,7 +263,7 @@ elseif(SWIFT_PRIMARY_VARIANT_SDK STREQUAL LINUX)
263
list(APPEND swift_core_private_link_libraries swiftImageInspectionShared)
264
endif()
265
elseif(SWIFT_PRIMARY_VARIANT_SDK STREQUAL WINDOWS)
266
- list(APPEND swift_core_private_link_libraries shell32)
+ list(APPEND swift_core_private_link_libraries shell32;DbgHelp)
267
268
269
option(SWIFT_CHECK_ESSENTIAL_STDLIB
0 commit comments