diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-21 23:59:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-21 23:59:54 +0100 |
| commit | 282cd9584fb4d26b2c750ffceec9b42c09131b4c (patch) | |
| tree | bb6a7ee36f1c75cdc643611109163fdf06e625c3 /cscript | |
| parent | 35e92a6105b4a23aa29d455a42a299e1a7800383 (diff) | |
Fix thinko in cscript option defaults.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ def dependencies(target): return deps def option_defaults(): - return { "player-only": "False", "gui": True, "variant": None } + return { "player-only": False, "gui": True, "variant": None } def configure_options(target, options): opt = '' |
