updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2026-02-06 17:12:48 -06:00
parent 54447e4105
commit d93c94d845
92 changed files with 136 additions and 115 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"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.