diff options
-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'), ] |