diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-26 02:21:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-26 02:21:36 +0100 |
| commit | 1c0ef10c71593747bcbd77b8fe17868fa56524d3 (patch) | |
| tree | c6866efb21add5194287b3d188088b0a04b60961 | |
| parent | 64e72c622be986c7272e938c2d3235c61abef402 (diff) | |
Build with c++11 on Windows.mxe2
| -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' |
