diff options
Diffstat (limited to 'tools/macos.py')
-rw-r--r-- | tools/macos.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/macos.py b/tools/macos.py index 0c75e4a..883d21e 100644 --- a/tools/macos.py +++ b/tools/macos.py @@ -1,5 +1,6 @@ import os import sys +import common_compiler_flags def has_osxcross(): @@ -70,3 +71,5 @@ def generate(env): ) env.Append(CPPDEFINES=["MACOS_ENABLED", "UNIX_ENABLED"]) + + common_compiler_flags.generate(env) |