Another fix.
authorCarl Hetherington <cth@carlh.net>
Sat, 9 Dec 2017 23:50:05 +0000 (23:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Dec 2017 23:50:05 +0000 (23:50 +0000)
cscript
wscript

diff --git a/cscript b/cscript
index 3f7139bf7202f7a7b97c3cd43026a86ea163fb82..80996aa3bb060c29dd8df1ab6f3d42ae28439d10 100644 (file)
--- 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'
diff --git a/wscript b/wscript
index 46e8f7860aa56145ab3dd2d0e357cb9d78e578d2..2833bb0379f2eb4be4ba364d796a0849e68087c5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
 # -*- mode: python -*-
 #
-#    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+#    Copyright (C) 2016-2017 Carl Hetherington <cth@carlh.net>
 #
 #    This file is part of libcxml.
 #