summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-06 16:48:02 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-06 16:48:45 +0200
commit8418a122368a735acacb0983d14829efbf73783e (patch)
treee1252b6c0ded21971b26550d7d97bdde281b6c78 /solenv
parent765aca651a3d53b14dc3bfac0d05b36d4f01dbb4 (diff)
Tell what @__VIA_LIBRARY_PATH__ means
Change-Id: I5ab38200d926376d3dbac8f3c795fa95ee2bbe46
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/macosx-change-install-names.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 56cf2dc18e8e..8bd42b34194a 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',