summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 193db2213..ed6f35666 100644
--- a/cscript
+++ b/cscript
@@ -583,7 +583,7 @@ def configure_options(target, options, for_package=False):
if target.platform == 'linux' and (
(target.distro == 'ubuntu' and target.version == "24.04") or
- (target.distro == 'fedora' and target.version == "42")
+ (target.distro == 'fedora' and target.version in ("42", "43"))
):
opt += ' --enable-grok'