diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-21 18:23:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-21 18:23:58 -0700 |
commit | 2fa04dc3af252dd18d366ebbbaced75321e399e4 (patch) | |
tree | a51d60c1deae24d2e56600caeb5bfd0010940463 /tools/shared.py | |
parent | 1451f83b6206f751243c30950320b22bbbf823a4 (diff) |
add libcxxabi headers to include path
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 ed019999..24e6b707 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -235,6 +235,7 @@ if USE_EMSDK: '-Xclang', '-isystem' + path_from_root('system', 'include', 'bsd'), # posix stuff '-Xclang', '-isystem' + path_from_root('system', 'include', 'libc'), '-Xclang', '-isystem' + path_from_root('system', 'include', 'libcxx'), + '-Xclang', '-isystem' + path_from_root('system', 'lib', 'libcxxabi', 'include'), '-Xclang', '-isystem' + path_from_root('system', 'include', 'gfx'), '-Xclang', '-isystem' + path_from_root('system', 'include', 'net'), '-Xclang', '-isystem' + path_from_root('system', 'include', 'SDL'), |