mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
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:
parent
af3fcbccd6
commit
905cd73e98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue