Merge pull request #2992 from LogicParrot/posix
Remove nproc to allow BSD compilation
This commit is contained in:
commit
816dee285f
@ -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