[Libreoffice-commits] core.git: xmloff/Module_xmloff.mk
Matúš Kukan
matus.kukan at gmail.com
Fri Jan 9 11:33:20 PST 2015
xmloff/Module_xmloff.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8dfe08697b94e9b167a9bf66acf44ab5d6be562a
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Fri Jan 9 20:30:43 2015 +0100
xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)
Would be nicer to fix it though.
Change-Id: Ia5f49a69374e9e79a9a16542bc44f279b9e5a6f7
diff --git a/xmloff/Module_xmloff.mk b/xmloff/Module_xmloff.mk
index 93b9c9b..a3c5603 100644
--- a/xmloff/Module_xmloff.mk
+++ b/xmloff/Module_xmloff.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,xmloff,\
))
$(eval $(call gb_Module_add_check_targets,xmloff,\
- $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
+ $(if $(MERGELIBS),, \
CppunitTest_xmloff_uxmloff) \
))
More information about the Libreoffice-commits
mailing list