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"
# Keep LTO disabled for iOS - it works but it makes linking apps on deploy very slow,
# which is seen as a regression in the current workflow.