summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-08 23:46:22 +0100
committerCarl Hetherington <cth@carlh.net>2024-11-08 23:46:22 +0100
commited8c710521f9d2d1c3a5683987afbb045ff8773f (patch)
treeaf161ce01f725562618ff648fa489900dca6d4ae /cscript
parenta10131115261fd8c03b5c7f3d9533bd4b4b275a2 (diff)
Build with grok support on Ubuntu 24.04 as well as 22.04.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f1b6c443e..1e9862c8e 100644
--- a/cscript
+++ b/cscript
@@ -604,7 +604,7 @@ def configure_options(target, options, for_package=False):
if target.arch == 'arm64':
opt += ' --wx-config=%s/wx-config' % target.bin
- if target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['22.04']:
+ if target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['22.04', '24.04']:
opt += ' --enable-grok'
return opt