summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 04c27781e..beb0815ff 100644
--- a/cscript
+++ b/cscript
@@ -363,6 +363,9 @@ def configure_options(target, options):
if not options['gui']:
opt += ' --disable-gui'
+ if options['player-only']:
+ opt += ' --player-only'
+
# Build Windows debug versions with static linking as I think gdb works better then
if target.debug and target.platform == 'windows':
opt += ' --static-dcpomatic'