diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 16:42:54 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 16:42:54 -0700 |
commit | 09c67774af1379b51a1ac802a25c07f00a45cf0f (patch) | |
tree | 4fa4ee114d112d3d089cce529c65ed7a9e269b87 /tools/shared.py | |
parent | 43760d313e63c074173e0fbcd841f96cc73ec638 (diff) |
fix openjpeg
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 b5903bfe..8663d606 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -37,6 +37,7 @@ if USE_EMSDK: '-I' + path_from_root('system', 'include', 'bsd'), # posix stuff '-I' + path_from_root('system', 'include', 'libc'), '-I' + path_from_root('system', 'include', 'libcxx'), + '-I' + path_from_root('system', 'include', 'gfx'), '-I' + path_from_root('system', 'include', 'net'), '-I' + path_from_root('system', 'include', 'SDL'), ] |