From 76be551e7296aacf02beb39a3fb0e88041753240 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Dec 2017 23:50:05 +0000 Subject: Another fix. --- cscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 3f7139b..80996aa 100644 --- a/cscript +++ b/cscript @@ -40,6 +40,9 @@ def build(target, options): if target.distro == 'mageia' and target.version == '6': # Mageia 6 pulls the same stunt except it's libxml++ that requires C++11 cmd += ' --force-cpp11' + elif target.platform == 'windows': + # Similarly with Windows + cmd += ' --force-cpp11' elif target.platform == 'windows': cmd += ' --target-windows' -- cgit v1.2.3