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