aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 5f20589aae..11fbd8b357 100644
--- a/SConstruct
+++ b/SConstruct
@@ -284,6 +284,7 @@ env.Append(CXXFLAGS = env['extra_cxx_flags'])
env.Append(LINKFLAGS = env['extra_link_flags'])
Default( install_include("arm_compute"))
+Default( install_include("support"))
Export('version_at_least')