Make BUILD_NAME globally configurable

This commit is contained in:
Andrii Doroshenko (Xrayez)
2021-03-06 14:43:50 +02:00
parent 5bc7435255
commit f40716e53e
11 changed files with 8 additions and 10 deletions

View File

@@ -4,7 +4,6 @@ set -e
# Config
export BUILD_NAME=official
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export OPTIONS="production=yes"
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"