diff options
author | David Robillard <d@drobilla.net> | 2011-11-25 09:25:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-25 09:25:59 +0000 |
commit | bd85cff0cfe86d87cbe895ac0591d83f7e82c03b (patch) | |
tree | a9815c9d3d3db9a7b0500f38fa6beea3e08ddae2 /osx/Info.plist.in | |
parent | 7d019ef3ca1396e62049987b099c5c99616fb492 (diff) | |
download | patchage-bd85cff0cfe86d87cbe895ac0591d83f7e82c03b.tar.gz patchage-bd85cff0cfe86d87cbe895ac0591d83f7e82c03b.tar.bz2 patchage-bd85cff0cfe86d87cbe895ac0591d83f7e82c03b.zip |
Fix OSX bundle.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3629 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'osx/Info.plist.in')
-rw-r--r-- | osx/Info.plist.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in index 691bf9d..e7a1249 100644 --- a/osx/Info.plist.in +++ b/osx/Info.plist.in @@ -22,5 +22,10 @@ <string>@PATCHAGE_VERSION@</string> <key>CFBundleSignature</key> <string>patc</string> + <key>LSEnvironment</key> + <dict> + <key>DYLD_LIBRARY_PATH</key> + <string>lib</string> + </dict> </dict> </plist> |