diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-19 23:37:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-19 23:37:55 +0100 |
| commit | 287b8f505251d09c37d3089220fbdf2f9586d9c8 (patch) | |
| tree | 29b812980f8b627ab33a1370be390bf4b381de5e /cscript | |
| parent | 94d13e93d7187c873e3a37e4c9b71ab9f62ae43a (diff) | |
Allow player-only builds.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |
