diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-27 21:14:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-27 21:14:27 +0100 |
| commit | 3bbccdb01d3357c95cfefafff8c8e3ad01e4cc64 (patch) | |
| tree | 7ea079f04f2b3b3009d963e23f25defa6a0b6f54 /cscript | |
| parent | 20f3b89669057cc2e52ad782b515b5f850ccc2db (diff) | |
fixup! allow building via cdist with cucumber support.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
