diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-20 00:05:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-20 00:05:08 +0200 |
| commit | 8ffb8e7cbc152ce2ce188b108e89309cec5f09a0 (patch) | |
| tree | 2a72cbc0457fa98dc500582765f826fda209931d /cscript | |
| parent | dde463561f8e159008effc3505ebc2f088d1f8f2 (diff) | |
| parent | 7e1e6564c680c426b9ec207c82d5ea2b9f4630ea (diff) | |
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ def configure_options(target, options, for_package=False): opt = ' --warnings-are-errors' if for_package or not ( - (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04']) or + (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04']) or (target.platform == 'osx') or (target.platform == 'windows') ): |
