From 287b8f505251d09c37d3089220fbdf2f9586d9c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Sep 2018 23:37:55 +0100 Subject: Allow player-only builds. --- cscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cscript') 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' -- cgit v1.2.3