summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-09-06 18:29:27 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-09-06 18:31:23 +0200
commit551f757b27ee7e3f6a316afd5ae8966ff40b7e25 (patch)
treeea0e85671922fa76c28b4d17a158103b9ec68033 /instsetoo_native
parent1da37c216e66bdf40f754234adca3b7ffee1112e (diff)
WINDOWS_BUILD_SIGNING: check for explicit TRUE for signing msi
it's one of those variables that are set to FALSE and not left empty... Change-Id: Ic26888e4e983db625b5943a2c094eacc84fe1331
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index 3272a57b71f4..ab620d5844ed 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,instsetoo_native/install))
$(eval $(call gb_CustomTarget_register_targets,instsetoo_native/install,\
install.phony \
- $(if $(WINDOWS_BUILD_SIGNING),msi_signing.done) \
+ $(if $(filter TRUE,$(WINDOWS_BUILD_SIGNING)),msi_signing.done) \
$(if $(filter-out WNT,$(OS)),\
bin/find-requires-gnome.sh \
bin/find-requires-x11.sh) \