Skip to content

Commit 462aee2

Browse files
committed
build-make: Remove setting the ARCHS variable
It's not used in this build script.
1 parent 98ac9c9 commit 462aee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-make.sh

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ PREFIX="$(cd "$PREFIX" && pwd)"
4242
: ${CORES:=$(nproc 2>/dev/null)}
4343
: ${CORES:=$(sysctl -n hw.ncpu 2>/dev/null)}
4444
: ${CORES:=4}
45-
: ${ARCHS:=${TOOLCHAIN_ARCHS-i686 x86_64 armv7 aarch64}}
4645

4746
download() {
4847
if command -v wget >/dev/null; then

0 commit comments

Comments
 (0)