summaryrefslogtreecommitdiff
path: root/examples/hello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello/buildfile')
-rw-r--r--examples/hello/buildfile2
1 files changed, 1 insertions, 1 deletions
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.
#