diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-06-03 19:15:47 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-06-07 10:03:08 +0700 |
commit | 4eb7d486778edc151c484ef9cf51db629f3eb979 (patch) | |
tree | c669525799cc3437d3085af539fc6db1c0e368b5 | |
parent | a4393330dbe425ee5253812738e2dfaed631f9b1 (diff) |
Remove non-existing include paths.
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/shared.py b/tools/shared.py index 7aaa4136..3d739a97 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -706,10 +706,8 @@ if USE_EMSDK: path_from_root('system', 'include', 'compat'), path_from_root('system', 'include'), path_from_root('system', 'include', 'emscripten'), - path_from_root('system', 'include', 'bsd'), # posix stuff path_from_root('system', 'include', 'libc'), path_from_root('system', 'include', 'gfx'), - path_from_root('system', 'include', 'net'), path_from_root('system', 'include', 'SDL'), ] |