1
0

build: don't hardcode num worker threads "make -j4"

This commit is contained in:
SomberNight
2022-12-03 22:50:18 +00:00
parent 96af21faeb
commit 65ae281180
5 changed files with 6 additions and 5 deletions

View File

@@ -129,6 +129,7 @@ if [ -n "$GCC_TRIPLET_BUILD" ] ; then
fi
export GCC_STRIP_BINARIES="${GCC_STRIP_BINARIES:-0}"
export CPU_COUNT="$(nproc 2> /dev/null || sysctl -n hw.ncpu)"
function break_legacy_easy_install() {