[Libreoffice-commits] .: solenv/gbuild

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jun 13 16:45:15 PDT 2011


 solenv/gbuild/platform/ios.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90f669a5fe04bb6e8013246bdbf8a9b5cb7b4fe8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jun 14 02:44:21 2011 +0300

    Use OUTDIR_FOR_BUILD in DYLD_LIBRARY_PATH

diff --git a/solenv/gbuild/platform/ios.mk b/solenv/gbuild/platform/ios.mk
index f7650e2..2fced8f 100644
--- a/solenv/gbuild/platform/ios.mk
+++ b/solenv/gbuild/platform/ios.mk
@@ -131,7 +131,7 @@ gb_COMPILERNOOPTFLAGS := -O0
 
 gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
 
-gb_Helper_set_ld_path := DYLD_LIBRARY_PATH=$(OUTDIR)/lib
+gb_Helper_set_ld_path := DYLD_LIBRARY_PATH=$(OUTDIR_FOR_BUILD)/lib
 
 # convert parametters filesystem root to native notation
 # does some real work only on windows, make sure not to


More information about the Libreoffice-commits mailing list