diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 13:24:22 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 13:24:22 -0700 |
commit | 06e7518718115977026830676b80c7279e924b5f (patch) | |
tree | 6342cb18521deed0fe9b8e7f8de7fcccb6fa07d6 /tools/shared.py | |
parent | 41e7af7eeb7f0d0a3991abd7ff87177308570c54 (diff) | |
parent | 745cbe466448395587ecb5214087bac19c9b1cbe (diff) |
Merge branch 'incoming'
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index 917f548e..0d0f20d4 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -550,6 +550,7 @@ if USE_EMSDK: # allows projects to override them) EMSDK_OPTS = ['-nostdinc', '-Xclang', '-nobuiltininc', '-Xclang', '-nostdsysteminc', '-Xclang', '-isystem' + path_from_root('system', 'local', 'include'), + '-Xclang', '-isystem' + path_from_root('system', 'include', 'compat'), '-Xclang', '-isystem' + path_from_root('system', 'include', 'libcxx'), '-Xclang', '-isystem' + path_from_root('system', 'include'), '-Xclang', '-isystem' + path_from_root('system', 'include', 'emscripten'), |