[Libreoffice-commits] core.git: solenv/gbuild

Tor Lillqvist tml at collabora.com
Tue Sep 10 23:27:01 PDT 2013


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

New commits:
commit a5a59bdcc5226ea70e6f6bd164180af1f4fa03c9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Sep 11 09:25:11 2013 +0300

    Use LIBO_URE_LIB_FOLDER instead of hardcoding the "ure" directory
    
    The directory name is "ure-link" in a traditional OS X LibreOffice app
    bundle.
    
    Change-Id: I8e1380522a3c05e9018909fec8d46ba1f7be7858

diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk
index b88cf50..9064a08 100644
--- a/solenv/gbuild/Library.mk
+++ b/solenv/gbuild/Library.mk
@@ -31,7 +31,7 @@
 
 gb_Library_LAYER_DIRS := \
     OOO:$(gb_PROGRAMDIRNAME) \
-    URELIB:ure/$(notdir $(gb_Helper_OUTDIRLIBDIR))
+    URELIB:$(LIBO_URE_LIB_FOLDER)
 
 # doesn't do anything, just used for hooking up component target
 .PHONY: $(call gb_Library__get_final_target,%)


More information about the Libreoffice-commits mailing list