diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 17:57:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:05 +0100 |
| commit | 02c41355007dd507dc9da99bb98639626500f30f (patch) | |
| tree | a330936f4947f7ea820845eaba4adadaf930c0c4 /platform/osx/wscript | |
| parent | c314f25178bd32120dfc64ec72a7a94a32b1b7b0 (diff) | |
OS X fixes.
Diffstat (limited to 'platform/osx/wscript')
| -rw-r--r-- | platform/osx/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/osx/wscript b/platform/osx/wscript index aae1be921..c1f2351dd 100644 --- a/platform/osx/wscript +++ b/platform/osx/wscript @@ -1,2 +1,3 @@ def build(bld): - obj = bld(features='subst', source='Info.plist.in', target='Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2.Info.plist.in', target='dcpomatic2.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_kdm.Info.plist.in', target='dcpomatic2_kdm.Info.plist', version=bld.env.VERSION) |
