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 74e7ea3 commit fe86fa8Copy full SHA for fe86fa8
cmake/modules/SwiftConfigureSDK.cmake
@@ -301,7 +301,7 @@ macro(configure_sdk_windows name environment architectures)
301
string(TOUPPER ${name} prefix)
302
string(TOLOWER ${name} platform)
303
304
- set(SWIFT_SDK_${prefix}_NAME "${sdk_name}")
+ set(SWIFT_SDK_${prefix}_NAME "${name}")
305
set(SWIFT_SDK_${prefix}_LIB_SUBDIR "windows")
306
set(SWIFT_SDK_${prefix}_ARCHITECTURES "${architectures}")
307
set(SWIFT_SDK_${prefix}_OBJECT_FORMAT "COFF")
0 commit comments