We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ac9c9 commit 462aee2Copy full SHA for 462aee2
build-make.sh
@@ -42,7 +42,6 @@ PREFIX="$(cd "$PREFIX" && pwd)"
42
: ${CORES:=$(nproc 2>/dev/null)}
43
: ${CORES:=$(sysctl -n hw.ncpu 2>/dev/null)}
44
: ${CORES:=4}
45
-: ${ARCHS:=${TOOLCHAIN_ARCHS-i686 x86_64 armv7 aarch64}}
46
47
download() {
48
if command -v wget >/dev/null; then
0 commit comments