From 23527d456b297c6ecc86a0ca6d823eafc8a33859 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 18 Jul 2014 14:02:56 +0100 Subject: Disable tests on Centos only. --- cscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index d9a6fa7b..8d87270a 100644 --- a/cscript +++ b/cscript @@ -6,7 +6,9 @@ def dependencies(target): def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': - cmd += ' --static --disable-tests' + cmd += ' --static' + if target.distro == 'centos': + cmd += ' --disable-tests' elif target.platform == 'windows': cmd += ' --target-windows' elif target.platform == 'osx': -- cgit v1.2.3