diff --git a/build-uwp/build.sh b/build-uwp/build.sh index 9c7b367..b2d579c 100755 --- a/build-uwp/build.sh +++ b/build-uwp/build.sh @@ -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'