diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-16 11:03:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-16 11:03:31 +0100 |
| commit | 3537c56d30582cbd9b5e87704cfa7d3d362343b3 (patch) | |
| tree | 6f65661a2a89258f77c4671e5db4e54cdc0c6848 /cscript | |
| parent | b2da30977904a932fa55f1a69fa1372dad124e37 (diff) | |
Don't build tests on Centos 7 either.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ def build(target, options): if target.version == '6.5': cmd += ' --target-centos-6 --disable-tests' elif target.version == '7': - cmd += ' --target-centos-7' + cmd += ' --target-centos-7 --disable-tests' target.command(cmd) target.command('./waf') |
