solenv/bin/macosx-change-install-names.pl | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 8418a122368a735acacb0983d14829efbf73783e Author: Tor Lillqvist <t...@iki.fi> Date: Wed Feb 6 16:48:02 2013 +0200 Tell what @__VIA_LIBRARY_PATH__ means Change-Id: I5ab38200d926376d3dbac8f3c795fa95ee2bbe46 diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl index 56cf2dc..8bd42b3 100644 --- a/solenv/bin/macosx-change-install-names.pl +++ b/solenv/bin/macosx-change-install-names.pl @@ -49,6 +49,11 @@ sub action($$$) { + # The @__VIA_LIBRARY_PATH__ thing has no magic meaning anywhere + # (here in LO or to the dynamic linker), it is effectively a + # comment telling that this library is supposed to have been found + # by the dynamic linker already in DYLD_LIBRARY_PATH. + my %action = ('app/UREBIN/URELIB' => '@executable_path/../lib', 'app/OOO/URELIB' => '@executable_path/../ure-link/lib', _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits