From aca26b2df02841b93203df9ca9b18bdc62a3ffbb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Oct 2014 09:42:34 +0100 Subject: Don't build tests on windows. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 1b6412f..c81493a 100644 --- a/cscript +++ b/cscript @@ -7,7 +7,7 @@ def build(target, options): if target.debug: cmd += ' --enable-debug' if target.platform == 'windows': - cmd += ' --target-windows' + cmd += ' --target-windows --disable-tests' target.command(cmd) target.command('./waf build install') -- cgit v1.2.3