diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-07-31 13:26:24 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-07-31 13:26:24 -0400 |
commit | 084983485f9e05ff9164fabe3244ffd6f33295cf (patch) | |
tree | 6ee8153ce7d3644b1a9d540dc371e37343812b19 /install.xml | |
parent | 1e1a38d5745a680c712be9bcc088a75f6eafa7da (diff) |
DEV-34837: update Mac apr_suite package so that each of the .dylib files
self-identifies as @executable_path/../Resources/filename. This allows the SL
executable to find it at runtime in its official place in the app bundle.
Change viewer_manifest.py to copy libllcommon.dylib, libapr*.dylib to app
bundle's Resources subdir.
Diffstat (limited to 'install.xml')
-rw-r--r-- | install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.xml b/install.xml index 379af00af2..df92a5d799 100644 --- a/install.xml +++ b/install.xml @@ -85,9 +85,9 @@ <key>darwin</key> <map> <key>md5sum</key> - <string>c4de63e9416a800155aff3f96b149a0c</string> + <string>30e3b60d596801a4f4c74c56ece059dc</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/apr_suite-1.3.7-darwin-20090730.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/apr_suite-1.3.7-darwin-20090731.tar.bz2</uri> </map> <key>linux</key> <map> |