diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-06 20:50:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-06 20:50:07 +0100 |
| commit | f1f2e2b1003c03b718800547e713260a7ef93ff7 (patch) | |
| tree | 6d3b18e21f969d8cdacd477818cec7339aca7c99 | |
| parent | ebfc0bb5a975df1f18603d703bb88c61a5b8ce15 (diff) | |
Fix centos build.
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': cmd += ' --static' + if target.distro == 'centos': + cmd += ' --disable-tests' elif target.platform == 'windows': cmd += ' --target-windows' elif target.platform == 'osx': |
