summaryrefslogtreecommitdiff
path: root/solenv/gbuild/CppunitTest.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 20:40:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 20:40:52 +0200
commit437021a61657c5de4f4d2caf7c9fe7dc3406d77c (patch)
tree8c11f22311c86fed8ac5355d8bd88d3062396059 /solenv/gbuild/CppunitTest.mk
parent3ce0ad986cb549e8734ab6cb083456ab932f6bb1 (diff)
Fix path for Mac OS X
Change-Id: I9d4c40224def46647aa6d6003125cbe7b3a7d0b2
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 90cb7d7554b2..062d3ed1b90e 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -284,7 +284,7 @@ endef
# Use standard configuration.
define gb_CppunitTest_use_configuration
$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Package_get_target,postprocess_registry_install)
-$(call gb_CppunitTest__use_configuration,$(1),xcsxcu,$(INSTDIR)/$(LIBO_SHARE_FOLDER)/registry)
+$(call gb_CppunitTest__use_configuration,$(1),xcsxcu,$(INSTROOT)/$(LIBO_SHARE_FOLDER)/registry)
endef