buildscript: count available cpus with nproc #74

Closed
jkimmel wants to merge 1 commits from jkimmel/firmware:nproc into master
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ build() {
opath=$(pwd) opath=$(pwd)
cd "$builddir" cd "$builddir"
cpus=$(grep -c processor /proc/cpuinfo) cpus=$(nproc)
case "$1" in case "$1" in
"debug") "debug")