diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-18 10:10:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-18 19:58:57 +0200 |
| commit | 848588736fd26b7325d5771b0f8bc13e725b4770 (patch) | |
| tree | 601938abbcf324a99576ffecc0d7edc8b3e1dac2 | |
| parent | a3b17b67e77b82f79469de1e94076b6087da39a5 (diff) | |
Build tests on Ubuntu 24.04.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -556,7 +556,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') ): |
