diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-23 13:01:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-23 13:01:51 +0100 |
| commit | 05ed3c32c8b5e94573e0df2a260e3ecce2986979 (patch) | |
| tree | 5146d141c389969c5214ef1ec1df159d111e5ff6 /cscript | |
| parent | 037b08052a894be0435437545283a02b9913b51f (diff) | |
Only support Grok on Ubuntu 24.04.
That's what Aaron wants to support.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
