summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-11-17 18:28:13 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-11-17 18:33:19 +0100
commit02edab32d9cc1ee5403e3946d53d66838f03ae0e (patch)
tree09191fe326fc0a84fefaa81b651d91605d7e7561 /sc/Module_sc.mk
parent7b69161302bd12bf383671749e67b7d04ac4f41e (diff)
There is no need for this broken 'if' here
Change-Id: I10f926af9ca19252878b9b6e20365c38c885ce83
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 02f41e173603..99dabe9edfe8 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -39,8 +39,7 @@ $(eval $(call gb_Module_add_targets,sc,\
endif
$(eval $(call gb_Module_add_check_targets,sc,\
- $(if $(filter $(BUILD_TYPE),$(DESKTOP)),, \
- Library_scqahelper) \
+ Library_scqahelper \
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sc_ucalc) \
CppunitTest_sc_filters_test \