diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ def build(target, options): cmd += ' --enable-debug' if target.platform == 'windows': cmd += ' --target-windows --disable-tests' + if target.distro == 'centos': + cmd += ' --disable-tests' target.command(cmd) target.command('./waf build install') |
