diff options
Diffstat (limited to 'tools/web.py')
-rw-r--r-- | tools/web.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/web.py b/tools/web.py index a4620c3..c7440bc 100644 --- a/tools/web.py +++ b/tools/web.py @@ -1,4 +1,5 @@ import os +import common_compiler_flags from SCons.Util import WhereIs @@ -42,3 +43,5 @@ def generate(env): env.Append(LINKFLAGS=["-s", "SIDE_MODULE=1"]) env.Append(CPPDEFINES=["WEB_ENABLED", "UNIX_ENABLED"]) + + common_compiler_flags.generate(env) |