summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-27 19:27:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-28 08:12:15 +0200
commit262b5e0b3e870ea51c590de8d6cc34111c34ad0f (patch)
treef9a2a2e41cce8d5b277b53645296c4b45c0baab8 /solenv
parenta5bb6eff8672f5a6e7ed1f885f69ca8434db6ce7 (diff)
SDK apps actually find URE libs via DYLD_LIBRARY_PATH
Change-Id: I29c8177ee0c79f7e2b1834d4c181289cccfab17a
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/macosx-change-install-names.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 0322872560fa..ee8320c5607a 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -49,7 +49,7 @@ sub action($$$)
('app/UREBIN/URELIB' => '@executable_path/../Frameworks',
'app/OOO/URELIB' => '@executable_path/../Frameworks',
'app/OOO/OOO' => '@executable_path/../Frameworks',
- 'app/SDKBIN/URELIB' => '@executable_path/../Frameworks',
+ 'app/SDKBIN/URELIB' => '@__VIA_LIBRARY_PATH__',
'app/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
'app/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
'app/NONE/NONE' => '@__VIA_LIBRARY_PATH__',