diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-21 12:08:49 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-21 12:08:49 -0700 |
commit | 0b15360683e81be7f8704e57ded641040b2a81bd (patch) | |
tree | b0b2c4e630339b0ee5722d02e232bf68d8db22d6 /tools | |
parent | 8877d7308c2938aadac99619e8d8126fb9ed2d62 (diff) | |
parent | b54537f681c5c8102a03699312ae1de12adebac7 (diff) |
Merge branch 'master' of https://github.com/kripken/emscripten
Diffstat (limited to 'tools')
-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 |