Skip to content

Commit

Permalink
Merge branch 'main' into default-signature-algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa authored Jan 27, 2025
2 parents 8f8ee07 + 2c25efa commit fe3198f
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/SwiftSupport.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function(get_swift_host_arch result_var_name)
set("${result_var_name}" "armv7" PARENT_SCOPE)
elseif("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "armv7-a")
set("${result_var_name}" "armv7" PARENT_SCOPE)
elseif("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "AMD64")
elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "AMD64|amd64")
set("${result_var_name}" "x86_64" PARENT_SCOPE)
elseif("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "IA64")
set("${result_var_name}" "itanium" PARENT_SCOPE)
Expand Down

0 comments on commit fe3198f

Please sign in to comment.