summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-11 09:25:11 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-11 09:25:18 +0300
commita5a59bdcc5226ea70e6f6bd164180af1f4fa03c9 (patch)
tree2f394f8b87244e0c47ba76ee0b16149a09c5f3f4 /solenv
parentTowards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixes (diff)
downloadcore-a5a59bdcc5226ea70e6f6bd164180af1f4fa03c9.tar.gz
core-a5a59bdcc5226ea70e6f6bd164180af1f4fa03c9.zip
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
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Library.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk
index b88cf506f2be..9064a082282c 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,%)