mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
ci(macOS): use all threads build (#71)
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:
commit
324fbc6f53
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fi
|
|||
mkdir -p build
|
||||
pushd build
|
||||
cmake ${CMAKE_FLAGS} ..
|
||||
make -j7
|
||||
make -j$(nproc)
|
||||
popd
|
||||
|
||||
# Copy the Sys folder in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue