summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-09 21:07:30 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-09 21:07:30 +0100
commit5f8a8d0b4e6a476f6b4d8da655fdff51bdcab8fd (patch)
tree54482bede6b194d4897968a06dd0e59ac004d6b9 /cscript
parente617a3f8073fbf8d1d9ef01b57e866dd41978b87 (diff)
parent340ae40c51ee175063578ce80131a92d911d9838 (diff)
Merge.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 42260e40..2cdf3149 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 and options['force-cpp11']:
+ cmd += ' --force-cpp11'
+
target.command(cmd)
target.command('./waf build install')