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 52a2d0d + f581559 commit 1f1e523Copy full SHA for 1f1e523
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