summaryrefslogtreecommitdiff
path: root/unotest/Module_unotest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/Module_unotest.mk')
-rw-r--r--unotest/Module_unotest.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/unotest/Module_unotest.mk b/unotest/Module_unotest.mk
index bdffe8e8ac14..8a97069e1027 100644
--- a/unotest/Module_unotest.mk
+++ b/unotest/Module_unotest.mk
@@ -11,7 +11,6 @@
$(eval $(call gb_Module_Module,unotest))
ifeq ($(gb_Side),host)
-ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,unotest,\
Library_unobootstrapprotector \
Library_unoexceptionprotector \
@@ -30,6 +29,5 @@ $(eval $(call gb_Module_add_targets,unotest,\
))
endif
endif
-endif
# vim: set noet sw=4 ts=4: