diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ def build(target, options): if target.platform == 'windows': cmd += ' --target-windows --disable-tests' + 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') |
