Skip to content

Commit 7a413ea

Browse files
committed
UWP: Use NUM_CORES instead of hardcoding -j4, it seems to work
1 parent 4b05de4 commit 7a413ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-uwp/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# Config
66

77
export BUILD_NAME=official
8-
export SCONS="call scons -j4 verbose=yes warnings=no progress=no"
8+
export SCONS="call scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
99
export OPTIONS="debug_symbols=no"
1010
export BUILD_ARCHES="x86 x64 arm"
1111
export ANGLE_SRC_PATH='c:\angle'

0 commit comments

Comments
 (0)