summaryrefslogtreecommitdiff
path: root/build/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'build/SConstruct')
-rw-r--r--build/SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/SConstruct b/build/SConstruct
index c11bcf71c..89183f17d 100644
--- a/build/SConstruct
+++ b/build/SConstruct
@@ -234,6 +234,7 @@ default_env = Environment(ENV = os.environ, # inherit user's enviroment vars
EXT_SRCDIR = EXT_SRCDIR,
CPPDEFINES = [],
FULL_SYSTEM = False,
+ ALPHA_TLASER = False,
USE_MYSQL = False)
default_env.SConsignFile("sconsign")