From 3aa3d170a0f05a2f808f07446f869f38328466e5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 2 Apr 2013 16:02:31 +0300 Subject: Bypass cppunit stuff for non-DESKTOP in more places We don't run any cppunit tests for cross-compiled platforms anyway, so no point in compiling that. (Especially as compiling cppunit currently fails in a --enable-werror build at least for Android thanks to -Wundef.) Change-Id: I3139c62305ccfeddc0f67729f10e224618d2fc03 --- unotest/Module_unotest.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unotest/Module_unotest.mk') diff --git a/unotest/Module_unotest.mk b/unotest/Module_unotest.mk index 6980b6e70a82..e9eee8f0e461 100644 --- a/unotest/Module_unotest.mk +++ b/unotest/Module_unotest.mk @@ -27,12 +27,14 @@ $(eval $(call gb_Module_Module,unotest)) +ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,unotest,\ Library_unobootstrapprotector \ Library_unoexceptionprotector \ Library_unotest \ Package_inc \ )) +endif ifneq ($(SOLAR_JAVA),) $(eval $(call gb_Module_add_targets,unotest,\ -- cgit v1.2.3