(macOS) Changed the default thread count for the dependency build script from 4 to 8

This commit is contained in:
Leon Styhre 2025-01-15 18:06:13 +01:00
parent 6ad4e909d7
commit 9bb6fca968

View file

@ -15,7 +15,7 @@
export MACOSX_DEPLOYMENT_TARGET=11.0 export MACOSX_DEPLOYMENT_TARGET=11.0
# How many CPU threads to use for the compilation. # How many CPU threads to use for the compilation.
JOBS=4 JOBS=8
if [ ! -f .clang-format ]; then if [ ! -f .clang-format ]; then
echo "You need to run this script from the root of the repository." echo "You need to run this script from the root of the repository."