From 911c706bdd84e7efe05f373131a6fd8b9314f159 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Jul 2014 23:05:34 +0100 Subject: Previous does not work; instead, disable test building on Linux with --static. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 56a1192..0a3f59e 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': - cmd += ' --static' + cmd += ' --static --disable-tests' elif target.platform == 'windows': cmd += ' --target-windows' target.command(cmd) -- cgit v1.2.3