mirror of
https://github.com/project-slippi/Ishiiruka.git
synced 2025-10-05 16:02:53 +02:00
use all cores when building on macOS (#430)
This commit is contained in:
@@ -21,7 +21,7 @@ fi
|
||||
mkdir -p build
|
||||
pushd build
|
||||
cmake ${CMAKE_FLAGS} ..
|
||||
make -j7
|
||||
make -j$(sysctl -n hw.ncpu)
|
||||
popd
|
||||
|
||||
# Copy the Sys folder in
|
||||
|
Reference in New Issue
Block a user