Merge branch 'v2.1.0-rc.2-develop' of ssh://git.fifthgrid.com:3022/BlockStorage/repertory into v2.1.0-rc.2-develop

This commit is contained in:
2026-01-08 21:16:34 -06:00
5 changed files with 16 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ "$(uname -m)" == "arm64" ] &&
if ([ "$(uname -m)" == "arm64" ] || [ "$(uname -m)" == "aarch64" ]) &&
[ "${PROJECT_IS_ARM64}" == "0" ]; then
HOST_CFG="--host=x86_64-apple-darwin"
export CC="clang -arch x86_64"