From 05ed3c32c8b5e94573e0df2a260e3ecce2986979 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Nov 2024 13:01:51 +0100 Subject: Only support Grok on Ubuntu 24.04. That's what Aaron wants to support. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 6acca0863..f2497a9e1 100644 --- a/cscript +++ b/cscript @@ -598,7 +598,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', '24.04']: + if target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '24.04': opt += ' --enable-grok' return opt -- cgit v1.2.3