mirror of
https://github.com/simon987/sist2-build-arm64.git
synced 2025-04-20 19:16:42 +00:00
14 lines
728 B
Diff
14 lines
728 B
Diff
diff --git a/scripts/cmake/vcpkg_configure_meson.cmake b/scripts/cmake/vcpkg_configure_meson.cmake
|
|
index e0eab20..4c5d7be 100644
|
|
--- a/scripts/cmake/vcpkg_configure_meson.cmake
|
|
+++ b/scripts/cmake/vcpkg_configure_meson.cmake
|
|
@@ -241,7 +241,7 @@ function(z_vcpkg_meson_generate_cross_file additional_binaries) #https://mesonbu
|
|
# Show real machine architecture to visually understand whether we are in a native Apple Silicon terminal or running under Rosetta emulation
|
|
debug_message("Machine: ${MACHINE}")
|
|
|
|
- if(MACHINE MATCHES "arm64")
|
|
+ if(MACHINE MATCHES "arm64|aarch64")
|
|
set(build_cpu_fam aarch64)
|
|
set(build_cpu armv8)
|
|
elseif(MACHINE MATCHES "x86_64|amd64")
|