aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-06-03 19:15:47 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-06-07 10:03:08 +0700
commit4eb7d486778edc151c484ef9cf51db629f3eb979 (patch)
treec669525799cc3437d3085af539fc6db1c0e368b5
parenta4393330dbe425ee5253812738e2dfaed631f9b1 (diff)
Remove non-existing include paths.
-rw-r--r--tools/shared.py2
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'),
]