mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-05 06:11:49 +03:00
UWP: Use NUM_CORES instead of hardcoding -j4, it seems to work
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
|||||||
# Config
|
# Config
|
||||||
|
|
||||||
export BUILD_NAME=official
|
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 OPTIONS="debug_symbols=no"
|
||||||
export BUILD_ARCHES="x86 x64 arm"
|
export BUILD_ARCHES="x86 x64 arm"
|
||||||
export ANGLE_SRC_PATH='c:\angle'
|
export ANGLE_SRC_PATH='c:\angle'
|
||||||
|
|||||||
Reference in New Issue
Block a user