Skip to content

Commit 17a111e

Browse files
committed
fix build script
1 parent dea6ff7 commit 17a111e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_mac.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mkdir -p ${BASE_PATH}/build/macos/dist
1414
LIB_PATH=${BASE_PATH}/build/macos/deps \
1515
PREFIX=${BASE_PATH}/build/macos/dist \
1616
CROSS_COMPILER=cc \
17+
CROSS_COMPILE=aarch64-apple-darwin \
1718
NPROC=8 \
1819
./deps/build_libs.sh
1920

0 commit comments

Comments
 (0)