From e944b879b1af43cd8c93b2ba479f33b36ea1c250 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Dec 2017 23:56:08 +0000 Subject: Fix previous. --- cscript | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 80996aa..b9ac538 100644 --- a/cscript +++ b/cscript @@ -42,10 +42,7 @@ def build(target, options): cmd += ' --force-cpp11' elif target.platform == 'windows': # Similarly with Windows - cmd += ' --force-cpp11' - - elif target.platform == 'windows': - cmd += ' --target-windows' + cmd += ' --force-cpp11 --target-windows' target.command(cmd) target.command('./waf build install') -- cgit v1.2.3