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 1e05dfa commit 798bd69Copy full SHA for 798bd69
scripts/build_mac.sh
@@ -12,9 +12,8 @@ cp -r "${BASE_PATH}/deps" "${BASE_PATH}/build/macos/deps"
12
mkdir -p "${BASE_PATH}/build/macos/dist"
13
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
-
+ PREFIX=${BASE_PATH}/build/macos/dist \
+ CROSS_COMPILER=cc \
+ CROSS_COMPILE=aarch64-apple-darwin \
+ NPROC=8 \
+ ./deps/build_libs.sh
0 commit comments