[Libreoffice-commits] .: solenv/bin
Matus Kukan
mkukan at kemper.freedesktop.org
Fri Apr 13 07:04:00 PDT 2012
solenv/bin/macosx-change-install-names.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4
Author: David Ostrovsky <David.Ostrovsky at gmx.de>
Date: Fri Apr 13 15:50:38 2012 +0200
fix macosx build
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 91bea7e..ad0318a 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -53,7 +53,7 @@ sub action($$$)
('app/UREBIN/URELIB' => '@executable_path/../lib',
'app/OOO/URELIB' => '@executable_path/../ure-link/lib',
'app/OOO/OOO' => '@executable_path',
- 'app/SDK/URELIB' => '@executable_path/../../ure-link/lib',
+ 'app/SDKBIN/URELIB' => '@executable_path/../../ure-link/lib',
'app/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
'app/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
'app/NONE/NONE' => '@__VIA_LIBRARY_PATH__',
More information about the Libreoffice-commits
mailing list