Make number of build cores configurable in config.sh

This commit is contained in:
Rémi Verschelde
2019-11-12 21:16:16 +01:00
committed by Rémi Verschelde
parent 5ee9f371bd
commit 09b605f7b9
10 changed files with 28 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
set -e
export BUILD_NAME=official
export SCONS="scons -j16 verbose=yes warnings=no progress=no"
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export IOS_SDK="11.2"
export OPTIONS="osxcross_sdk=darwin15 builtin_libpng=yes builtin_openssl=yes builtin_zlib=yes debug_symbols=no use_static_cpp=yes"
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"