faster build

Minor edit that brings the Mac builder in line with `build-linux.sh` by compiling with as many threads as the hardware has available.
This commit is contained in:
cobalt2727 2021-12-09 19:41:16 -05:00 committed by GitHub
commit 905cd73e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ fi
mkdir -p build mkdir -p build
pushd build pushd build
cmake ${CMAKE_FLAGS} .. cmake ${CMAKE_FLAGS} ..
make -j7 make -j$(nproc)
popd popd
# Copy the Sys folder in # Copy the Sys folder in