summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 17:45:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 17:45:33 +0300
commit3728e358f92d25434163b5bb58b7623950a8738d (patch)
tree766619fe330be9cb3baa8773dfb3477dbe39f0a6 /build
parent3d1c4a2746d22f791fa50ec5d8b593c9c6181f4e (diff)
Adapt buildfiles to expansion change
Diffstat (limited to 'build')
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index fd29507..aa1de2b 100644
--- a/build/root.build
+++ b/build/root.build
@@ -11,7 +11,7 @@ ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
-cxx.poptions =+ -I$out_root -I$src_root
+cxx.poptions =+ "-I$out_root" "-I$src_root"
# Load the cli module but only if it's available. This way a distribution
# that includes pre-generated files can be built without installing cli.