From 09c67774af1379b51a1ac802a25c07f00a45cf0f Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 7 Oct 2011 16:42:54 -0700 Subject: fix openjpeg --- tools/shared.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/shared.py') 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'), ] -- cgit v1.2.3-18-g5258