From 1c0ef10c71593747bcbd77b8fe17868fa56524d3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 26 Dec 2019 02:21:36 +0100 Subject: Build with c++11 on Windows. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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' -- cgit v1.2.3