X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=2ac5fea9128a267aa7b6c2d22bc8e58eaec1cf25;hb=9e4c091e6ef0f79fab10664e95240de2f14e5702;hp=0c27e59fedae3b70601061eca359d0f7d499acb0;hpb=73f52e94953848c696725defd3d7f5c4c30707e2;p=dcpomatic.git diff --git a/cscript b/cscript index 0c27e59fe..2ac5fea91 100644 --- a/cscript +++ b/cscript @@ -169,7 +169,10 @@ def build(target, options): if target.version == 'unstable': cmd += ' --debian-unstable' elif target.distro == 'centos': - cmd += ' --target-centos' + if target.version == '6.5': + cmd += ' --target-centos-6 --disable-tests' + elif target.version == '7': + cmd += ' --target-centos-7' target.command(cmd) target.command('./waf')