summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2022-01-07 14:31:27 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2022-01-08 12:04:09 +0100
commit692838e958310cb8497d4b4f8994bdaa5c0f1942 (patch)
treeae1fc323746cbff5f2e5f38762cc743ebc80d409 /cpputools
parent35aa82ef1c8047087e7eb76fe5abccbe48fbac1e (diff)
sp2bv is just used by the ODK on Windows
And I should have tested gb_Helper_optionals_and. Inspecting the generated token for comparison doesn't result in gb_[T1]_[T2], as I expected. So first filter the token from BUILD_TYPE, then filter-out the result from the input token. If true, then both sets are equal == and. Change-Id: I74a324f766331b30a0af9c9bfd7c927c1d21df53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128115 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/Module_cpputools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpputools/Module_cpputools.mk b/cpputools/Module_cpputools.mk
index 5807e3c81f6f..a3a35c6edcc7 100644
--- a/cpputools/Module_cpputools.mk
+++ b/cpputools/Module_cpputools.mk
@@ -12,7 +12,7 @@ $(eval $(call gb_Module_Module,cpputools))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,cpputools,\
- Executable_sp2bv \
+ $(call gb_CondExeSp2bv,Executable_sp2bv) \
))
$(eval $(call gb_Module_add_targets,cpputools,\