summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-20 00:05:08 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-20 00:05:08 +0200
commit8ffb8e7cbc152ce2ce188b108e89309cec5f09a0 (patch)
tree2a72cbc0457fa98dc500582765f826fda209931d /cscript
parentdde463561f8e159008effc3505ebc2f088d1f8f2 (diff)
parent7e1e6564c680c426b9ec207c82d5ea2b9f4630ea (diff)
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c1a5bebcb..96ed51e53 100644
--- a/cscript
+++ b/cscript
@@ -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')
):