UWP: Use NUM_CORES instead of hardcoding -j4, it seems to work

This commit is contained in:
Rémi Verschelde
2020-07-31 13:30:10 +02:00
parent 4b05de4339
commit 7a413ea5ec

View File

@@ -5,7 +5,7 @@ set -e
# Config
export BUILD_NAME=official
export SCONS="call scons -j4 verbose=yes warnings=no progress=no"
export SCONS="call scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export OPTIONS="debug_symbols=no"
export BUILD_ARCHES="x86 x64 arm"
export ANGLE_SRC_PATH='c:\angle'