[Libreoffice-commits] .: solenv/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Nov 3 04:35:32 PDT 2011
solenv/inc/unx.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit be5855de62ea99a9bb67556f1db548aa56cda605
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Thu Nov 3 13:33:18 2011 +0200
Use DYLD_LIBRARY_PATH when OS_FOR_BUILD == MACOSX
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index 74ed8d5..2dfbaf7 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -179,4 +179,8 @@ SOLARLIB+=-L$(KDE_ROOT)/lib64
.ENDIF # "$(KDE_ROOT)"!=""
.ENDIF # "$(ENABLE_KDE)" != ""
+.IF "$(OS_FOR_BUILD)" == "MACOSX"
+OOO_LIBRARY_PATH_VAR *= DYLD_LIBRARY_PATH
+.ELSE
OOO_LIBRARY_PATH_VAR *= LD_LIBRARY_PATH
+.ENDIF
\ No newline at end of file
More information about the Libreoffice-commits
mailing list