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 a753ca4..f23ef22 100644
--- a/cscript
+++ b/cscript
@@ -32,6 +32,9 @@ def build(target, options):
if 'c++17' in options and options['c++17']:
cmd += ' --c++17'
+ if 'new-mm' in options and options['new-mm']:
+ cmd += ' --new-mm'
+
target.command(cmd)
target.command('./waf build install')