From b6481689cb2057b7e0d7cb44a20fe2b80e02429a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 7 Feb 2021 01:32:34 +0100 Subject: Fix previous. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 0479d69a3..537611ccb 100644 --- a/cscript +++ b/cscript @@ -390,7 +390,7 @@ 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 in ('16.04', '18.04')) or (target.platform == 'osx') or (target.platform == 'windows')): # Currently we only build tests on Ubuntu {16,18}.04, macOS and Windows -- cgit v1.2.3