summaryrefslogtreecommitdiff
path: root/solenv/gbuild/CppunitTest.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-07 17:47:25 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-10 10:08:30 +0300
commit3369185bddc4ece889381511055917e58a42a837 (patch)
treec198bba9c5d0175c064209c60b2df4daf32d5cbe /solenv/gbuild/CppunitTest.mk
parentaa0e3701aad1a8a955773e869d9a6b59eac51e72 (diff)
Use $(LIBO_SHARE_FOLDER) instead of hardcoded "share"
Change-Id: Ic97e51efaa280c64764b1c5f38c3b87af82a422b
Diffstat (limited to 'solenv/gbuild/CppunitTest.mk')
-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 a59c2a4aa542..4599dae58d5b 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)),\