summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-07 17:47:25 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-23 09:50:13 +0300
commit4abbcf15e589344e2c5e25ba3f9f7fc4fc924755 (patch)
tree52dfb7cbd86cb2dd5987f2c4794682f551624cf8 /solenv
parentcc260437fe9442d1f267d10e65848d68c62ad6c1 (diff)
Use $(LIBO_SHARE_FOLDER) instead of hardcoded "share"
Change-Id: Ic97e51efaa280c64764b1c5f38c3b87af82a422b (cherry picked from commit 3369185bddc4ece889381511055917e58a42a837)
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 7d2b602d7e10..500748fd1dd9 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -43,7 +43,7 @@ gb_CppunitTest_CPPTESTCOMMAND := $(call gb_Executable_get_target_for_build,cppun
define gb_CppunitTest__make_args
$(HEADLESS) \
"-env:BRAND_BASE_DIR=$(call gb_Helper_make_url,$(INSTROOT))" \
-"-env:BRAND_SHARE_SUBDIR=share" \
+"-env:BRAND_SHARE_SUBDIR=$(LIBO_SHARE_FOLDER)" \
"-env:UserInstallation=$(call gb_Helper_make_url,$(call gb_CppunitTest_get_target,$*).user)" \
$(if $(URE),\
$(if $(strip $(CONFIGURATION_LAYERS)),\