summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-20 11:56:46 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-20 11:56:46 +0100
commit65e3ca1c4a31fdb73df295ef636301cd7435b755 (patch)
tree7fc2dd6e204a294318ca0edb9cfd95416d0eb18c /cscript
parent287b8f505251d09c37d3089220fbdf2f9586d9c8 (diff)
Fix build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index beb0815ff..c13061be1 100644
--- a/cscript
+++ b/cscript
@@ -338,7 +338,7 @@ def dependencies(target):
return deps
def option_defaults():
- return { "gui": True }
+ return { "player-only": "False", "gui": True }
def configure_options(target, options):
opt = ''