diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-18 23:32:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-18 23:32:27 +0000 |
| commit | 1f6ce17f669a6d1d8e60cb7c31267c9b7aee808d (patch) | |
| tree | 3a7816ef966799ad0f39fed62ae4ddc319e6594a /platform/osx/wscript | |
| parent | 07f8ca1c6fb86fad8a6ba5bbf5f8ed8b74210579 (diff) | |
Bits to put playlist editor in the main distribution.
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 a34c21e2e..c1db9256b 100644 --- a/platform/osx/wscript +++ b/platform/osx/wscript @@ -4,3 +4,4 @@ def build(bld): 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) + obj = bld(features='subst', source='dcpomatic2_playlist.Info.plist.in', target='dcpomatic2_playlist.Info.plist', version=bld.env.VERSION) |
