diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-08 23:46:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-08 23:46:22 +0100 |
| commit | ed8c710521f9d2d1c3a5683987afbb045ff8773f (patch) | |
| tree | af161ce01f725562618ff648fa489900dca6d4ae /cscript | |
| parent | a10131115261fd8c03b5c7f3d9533bd4b4b275a2 (diff) | |
Build with grok support on Ubuntu 24.04 as well as 22.04.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
