Skip to content

Commit fe86fa8

Browse files
committed
build: fix the Windows SDK printing
1 parent 74e7ea3 commit fe86fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftConfigureSDK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ macro(configure_sdk_windows name environment architectures)
301301
string(TOUPPER ${name} prefix)
302302
string(TOLOWER ${name} platform)
303303

304-
set(SWIFT_SDK_${prefix}_NAME "${sdk_name}")
304+
set(SWIFT_SDK_${prefix}_NAME "${name}")
305305
set(SWIFT_SDK_${prefix}_LIB_SUBDIR "windows")
306306
set(SWIFT_SDK_${prefix}_ARCHITECTURES "${architectures}")
307307
set(SWIFT_SDK_${prefix}_OBJECT_FORMAT "COFF")

0 commit comments

Comments
 (0)