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 dea6ff7 commit 17a111eCopy full SHA for 17a111e
scripts/build_mac.sh
100644
100755
@@ -14,6 +14,7 @@ mkdir -p ${BASE_PATH}/build/macos/dist
14
LIB_PATH=${BASE_PATH}/build/macos/deps \
15
PREFIX=${BASE_PATH}/build/macos/dist \
16
CROSS_COMPILER=cc \
17
+CROSS_COMPILE=aarch64-apple-darwin \
18
NPROC=8 \
19
./deps/build_libs.sh
20
0 commit comments