aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/local/include/README.txt2
-rw-r--r--tools/shared.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/local/include/README.txt b/system/local/include/README.txt
new file mode 100644
index 00000000..09bd03e0
--- /dev/null
+++ b/system/local/include/README.txt
@@ -0,0 +1,2 @@
+You may place local includes that you require here and they will
+be found by the default compiler search path.
diff --git a/tools/shared.py b/tools/shared.py
index 5ef1c4ef..eda58304 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'),
]