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 836bc45 commit 9674a9fCopy full SHA for 9674a9f
cmake/modules/SwiftSupport.cmake
@@ -17,7 +17,7 @@ See https://swift.org/LICENSE.txt for license information
17
function(get_swift_host_arch result_var_name)
18
if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
19
set("${result_var_name}" "x86_64" PARENT_SCOPE)
20
- elseif ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "AArch64|aarch64|arm64")
+ elseif ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "AArch64|aarch64|arm64|ARM64")
21
if(CMAKE_SYSTEM_NAME MATCHES Darwin)
22
set("${result_var_name}" "arm64" PARENT_SCOPE)
23
else()
0 commit comments