summaryrefslogtreecommitdiff
path: root/examples/features/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/features/buildfile')
-rw-r--r--examples/features/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/features/buildfile b/examples/features/buildfile
index ea8feee..c8342e8 100644
--- a/examples/features/buildfile
+++ b/examples/features/buildfile
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} cli.cxx{options} doc{README}
+exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README}
cxx.poptions =+ "-I$out_base"