Remove nproc to allow BSD compilation
This commit is contained in:
parent
bcbfd3348d
commit
945d3f6343
@ -215,7 +215,7 @@ cmake .. -DCMAKE_BUILD_TYPE=$BUILDTYPE || error "cmake failed"
|
||||
|
||||
# Make.
|
||||
echo " --- Compiling..."
|
||||
make -j`nproc` || error "Compiling failed"
|
||||
make -j 2 || error "Compiling failed"
|
||||
echo
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user