summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-27 21:14:27 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-27 21:14:27 +0100
commit3bbccdb01d3357c95cfefafff8c8e3ad01e4cc64 (patch)
tree7ea079f04f2b3b3009d963e23f25defa6a0b6f54 /cscript
parent20f3b89669057cc2e52ad782b515b5f850ccc2db (diff)
fixup! allow building via cdist with cucumber support.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8112ce0e5..def7305fa 100644
--- a/cscript
+++ b/cscript
@@ -490,7 +490,7 @@ def configure_options(target, options, for_package=False):
opt += ' --variant=%s' % options['variant']
if options['cucumber']:
- opt += ' --cucumber'
+ opt += ' --enable-cucumber'
# Build Windows debug versions with static linking as I think gdb works better then
if target.debug and target.platform == 'windows':