diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-03 16:53:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:49 +0100 |
| commit | cd06ec145bf9617615fae7d620cf51ad5b486293 (patch) | |
| tree | cf48eff526540e9adaa6e047ec7d70a72a45250f /platform/osx/wscript | |
| parent | 609c71720a5edd8f3fd57f007d28b4e7f559cb1e (diff) | |
Player build stuff.
Diffstat (limited to 'platform/osx/wscript')
| -rw-r--r-- | platform/osx/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/wscript b/platform/osx/wscript index f2248fcb5..a34c21e2e 100644 --- a/platform/osx/wscript +++ b/platform/osx/wscript @@ -3,3 +3,4 @@ def build(bld): obj = bld(features='subst', source='dcpomatic2_kdm.Info.plist.in', target='dcpomatic2_kdm.Info.plist', version=bld.env.VERSION) obj = bld(features='subst', source='dcpomatic2_server.Info.plist.in', target='dcpomatic2_server.Info.plist', version=bld.env.VERSION) obj = bld(features='subst', source='dcpomatic2_batch.Info.plist.in', target='dcpomatic2_batch.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_player.Info.plist.in', target='dcpomatic2_player.Info.plist', version=bld.env.VERSION) |
