fix
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ runit()
|
||||
export PATH="${PREFIX}/bin:${PATH}"
|
||||
export OUT="`pwd`/out"
|
||||
export ARGS="--enable-multilib --enable-multiarch --enable-targets=all --disable-werror"
|
||||
if command -v nproc --version >/dev/null; then
|
||||
if command -v nproc >/dev/null; then
|
||||
export nproc="$(( `nproc --all` * 2 ))"
|
||||
elif command -v sysctl >/dev/null; then
|
||||
export nproc="$(( `sysctl -n hw.ncpu` * 2 ))"
|
||||
|
||||
Reference in New Issue
Block a user