From 5bf586a64f461f8b5521090e8d34e23ef6f21c1e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Oct 2014 22:03:24 +0100 Subject: Try to fix build for Win32. --- cscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 550c1e1..1b6412f 100644 --- a/cscript +++ b/cscript @@ -6,6 +6,8 @@ def build(target, options): cmd += ' --static' if target.debug: cmd += ' --enable-debug' + if target.platform == 'windows': + cmd += ' --target-windows' target.command(cmd) target.command('./waf build install') -- cgit v1.2.3