diff options
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ def build(target, options): if target.debug: cmd += ' --enable-debug' - if options is not None and 'force-cpp11' in options: + if options is not None and 'force-cpp11' in options and options['force-cpp11']: cmd += ' --force-cpp11' target.command(cmd) |
