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 2bdabdd commit bca6baaCopy full SHA for bca6baa
cmake/modules/SwiftConfigureSDK.cmake
@@ -205,7 +205,7 @@ macro(configure_sdk_unix name architectures)
205
206
if("${prefix}" STREQUAL "LINUX")
207
if(arch MATCHES "(armv6|armv7)")
208
- set(SWIFT_SDK_LINUX_ARCH_${arch}i_TRIPLE "${arch}-unknown-linux-gnueabihf")
+ set(SWIFT_SDK_LINUX_ARCH_${arch}_TRIPLE "${arch}-unknown-linux-gnueabihf")
209
elseif(arch MATCHES "(aarch64|i686|powerpc64|powerpc64le|s390x|x86_64)")
210
set(SWIFT_SDK_LINUX_ARCH_${arch}_TRIPLE "${arch}-unknown-linux-gnu")
211
else()
0 commit comments