From ed8c710521f9d2d1c3a5683987afbb045ff8773f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Nov 2024 23:46:22 +0100 Subject: Build with grok support on Ubuntu 24.04 as well as 22.04. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3