diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-07 01:32:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-07 01:32:34 +0100 |
| commit | b6481689cb2057b7e0d7cb44a20fe2b80e02429a (patch) | |
| tree | 6fa237075ce2ed452e5a8c26c3ac20fd070c2537 | |
| parent | 93c2ca7dfc8feeae374c867c1c679334571a7547 (diff) | |
Fix previous.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
