diff options
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index 133f09f0..c0cc6f21 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -49,6 +49,8 @@ if USE_EMSDK: '-I' + path_from_root('system', 'include', 'gfx'), '-I' + path_from_root('system', 'include', 'net'), '-I' + path_from_root('system', 'include', 'SDL'), +] + [ + '-U__APPLE__' ] # Engine tweaks |