summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent3d1c4a2746d22f791fa50ec5d8b593c9c6181f4e (diff)
Adapt buildfiles to expansion change
Diffstat (limited to 'examples')
-rw-r--r--examples/features/buildfile2
-rw-r--r--examples/file/buildfile2
-rw-r--r--examples/hello/buildfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/features/buildfile b/examples/features/buildfile
index 3b7b1dc..7778847 100644
--- a/examples/features/buildfile
+++ b/examples/features/buildfile
@@ -4,7 +4,7 @@
exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README}
-cxx.poptions =+ -I$out_base
+cxx.poptions =+ "-I$out_base"
# Generated options parser.
#
diff --git a/examples/file/buildfile b/examples/file/buildfile
index d26a9d6..928b949 100644
--- a/examples/file/buildfile
+++ b/examples/file/buildfile
@@ -5,7 +5,7 @@
exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README} file{test.ops}
exe{driver}: test.arguments = --options-file $src_base/test.ops
-cxx.poptions =+ -I$out_base
+cxx.poptions =+ "-I$out_base"
# Generated options parser.
#
diff --git a/examples/hello/buildfile b/examples/hello/buildfile
index f45001d..c6032d0 100644
--- a/examples/hello/buildfile
+++ b/examples/hello/buildfile
@@ -5,7 +5,7 @@
exe{driver}: cxx{driver} {hxx ixx cxx}{hello} doc{README}
exe{driver}: test.arguments = --greeting Hi John Jane
-cxx.poptions =+ -I$out_base
+cxx.poptions =+ "-I$out_base"
# Generated options parser.
#