Kaydet (Commit) 8dfe0869 authored tarafından Matúš Kukan's avatar Matúš Kukan

xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)

Would be nicer to fix it though.

Change-Id: Ia5f49a69374e9e79a9a16542bc44f279b9e5a6f7
üst e5258955
...@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,xmloff,\ ...@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,xmloff,\
)) ))
$(eval $(call gb_Module_add_check_targets,xmloff,\ $(eval $(call gb_Module_add_check_targets,xmloff,\
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ $(if $(MERGELIBS),, \
CppunitTest_xmloff_uxmloff) \ CppunitTest_xmloff_uxmloff) \
)) ))
......
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