summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6a6d192..a62bdfc 100644
--- a/cscript
+++ b/cscript
@@ -40,7 +40,7 @@ def build(target, options):
if target.debug:
cmd += ' --enable-debug'
if target.platform == 'windows':
- cmd += ' --target-windows --disable-tests'
+ cmd += ' --target-windows --disable-tests --force-cpp11'
target.command(cmd)
target.command('./waf build install')