X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=7b593c8cb211f80be86fd54310b4a25f2902a728;hb=3c2e80996f01740175faca63583f4dff33586be1;hp=41f98b135226a74ec90b5486656c17832c915cd5;hpb=436a02462f5aa2a5b8fdcaa1c5da79f48d167244;p=dcpomatic.git diff --git a/cscript b/cscript index 41f98b135..7b593c8cb 100644 --- a/cscript +++ b/cscript @@ -390,10 +390,10 @@ option_defaults = { "gui": True, "variant": None } def configure_options(target, options): opt = ' --warnings-are-errors' - if not ((target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ('16.04', '18.04')) or + if not ((target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04') or (target.platform == 'osx') or (target.platform == 'windows')): - # Currently we only build tests on Ubuntu {16,18}.04, macOS and Windows + # Currently we only build tests on Ubuntu 18.04, macOS and Windows opt += ' --disable-tests' if target.debug: