diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |
