summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 146b156d1..e4880e180 100755
--- a/SConstruct
+++ b/SConstruct
@@ -554,6 +554,9 @@ Export('extras_dir_list')
# the ext directory should be on the #includes path
main.Append(CPPPATH=[Dir('ext')])
+# Add shared top-level headers
+main.Prepend(CPPPATH=Dir('include'))
+
def strip_build_path(path, env):
path = str(path)
variant_base = env['BUILDROOT'] + os.path.sep