summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 42260e40..7090dd8d 100644
--- a/cscript
+++ b/cscript
@@ -69,6 +69,9 @@ def build(target, options):
if target.debug:
cmd += ' --enable-debug'
+ if options is not None and 'force-cpp11' in options:
+ cmd += ' --force-cpp11'
+
target.command(cmd)
target.command('./waf build install')