Kaydet (Commit) 437021a6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix path for Mac OS X

Change-Id: I9d4c40224def46647aa6d6003125cbe7b3a7d0b2
üst 3ce0ad98
...@@ -284,7 +284,7 @@ endef ...@@ -284,7 +284,7 @@ endef
# Use standard configuration. # Use standard configuration.
define gb_CppunitTest_use_configuration define gb_CppunitTest_use_configuration
$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Package_get_target,postprocess_registry_install) $(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 endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment