aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-11-15 09:50:06 +0000
committerAnthony Barbier <Anthony.barbier@arm.com>2018-11-15 10:38:03 +0000
commit10565950fadcd37f09df3226b04b1de5ddc58e8a (patch)
tree1823b0bda5d926e78cd18a9eba9b3aa1af0c83cd /SConstruct
parent60f0a41c45813fa9c85cd4f8fbed57c4c9284a5c (diff)
downloadComputeLibrary-10565950fadcd37f09df3226b04b1de5ddc58e8a.tar.gz
COMPMID-1737: Fix: forgot to copy the 'support' folder to the include folder in the install_dir
Change-Id: I5ba348d36325bcffb33b1e68435d5fe27cec8402
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')