mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(macOS) Changed the default thread count for the dependency build script from 4 to 8
This commit is contained in:
parent
6ad4e909d7
commit
9bb6fca968
|
@ -15,7 +15,7 @@
|
|||
export MACOSX_DEPLOYMENT_TARGET=11.0
|
||||
|
||||
# How many CPU threads to use for the compilation.
|
||||
JOBS=4
|
||||
JOBS=8
|
||||
|
||||
if [ ! -f .clang-format ]; then
|
||||
echo "You need to run this script from the root of the repository."
|
||||
|
|
Loading…
Reference in a new issue