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 42260e40..bef78c0a 100644
--- a/cscript
+++ b/cscript
@@ -59,7 +59,7 @@ def build(target, options):
# Mageia 6 pulls the same stunt except it's libxml++ that requires C++11
cmd += ' --force-cpp11'
elif target.platform == 'windows':
- cmd += ' --target-windows --disable-gcov --disable-tests'
+ cmd += ' --target-windows --disable-gcov --disable-tests --force-cpp11'
if target.version == 'xp':
# OpenJPEG 1.x is inexplicably faster on Windows XP; see DCP-o-matic bug #771
cmd += ' --jpeg=oj1'