From 009e07f1afe3290dabaf389c6b2909fee9e6fa2e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Jul 2014 23:33:09 +0100 Subject: Disable building of tests on --static Linux package builds. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index df370a29..38ac40dd 100644 --- a/cscript +++ b/cscript @@ -6,7 +6,7 @@ def dependencies(target): 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' elif target.platform == 'osx': -- cgit v1.2.3