File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ macro(configure_sdk_unix name architectures)
374
374
375
375
# If the module triple wasn't set explicitly, it's the same as the triple.
376
376
if (NOT SWIFT_SDK_${prefix}_ARCH_${arch}_MODULE )
377
- set (SWIFT_SDK_${prefix}_ARCH_${arch}_MODULE "${SWIFT_SDK_${prefix} _ARCH_${arch} _MODULE }" )
377
+ set (SWIFT_SDK_${prefix}_ARCH_${arch}_MODULE "${SWIFT_SDK_${prefix} _ARCH_${arch} _TRIPLE }" )
378
378
endif ()
379
379
endforeach ()
380
380
@@ -407,7 +407,7 @@ macro(configure_sdk_windows name environment architectures)
407
407
"${arch} -unknown-windows-${environment} " )
408
408
endif ()
409
409
410
- set (SWIFT_SDK_${prefix}_ARCH_${arch}_MODULE "${SWIFT_SDK_${prefix} _ARCH_${arch} _MODULE }" )
410
+ set (SWIFT_SDK_${prefix}_ARCH_${arch}_MODULE "${SWIFT_SDK_${prefix} _ARCH_${arch} _TRIPLE }" )
411
411
412
412
# NOTE: set the path to / to avoid a spurious `--sysroot` from being passed
413
413
# to the driver -- rely on the `INCLUDE` AND `LIB` environment variables
You can’t perform that action at this time.
0 commit comments