From ba5621f2b9f3248165441b23ab0f1d9d79c55ed2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Sep 2018 21:58:24 +0100 Subject: Merge player-only option into swaroop variant. --- cscript | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index c38528143..bc1a96be0 100644 --- a/cscript +++ b/cscript @@ -338,7 +338,7 @@ def dependencies(target): return deps def option_defaults(): - return { "player-only": False, "gui": True, "variant": None } + return { "gui": True, "variant": None } def configure_options(target, options): opt = '' @@ -363,9 +363,6 @@ def configure_options(target, options): if not options['gui']: opt += ' --disable-gui' - if options['player-only']: - opt += ' --player-only' - if options['variant'] is not None: opt += ' --variant=%s' % options['variant'] -- cgit v1.2.3