From 7b876c6ef683d5ef78f8f4d919c7484c7879e3ce Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 26 Dec 2019 03:59:23 +0100 Subject: Force c++11 on Windows. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 6a6d192..a62bdfc 100644 --- a/cscript +++ b/cscript @@ -40,7 +40,7 @@ def build(target, options): if target.debug: cmd += ' --enable-debug' if target.platform == 'windows': - cmd += ' --target-windows --disable-tests' + cmd += ' --target-windows --disable-tests --force-cpp11' target.command(cmd) target.command('./waf build install') -- cgit v1.2.3