From b94399fdb635115f5c6c6723dba64101f2c0658b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 6 Sep 2019 18:29:27 +0200 Subject: 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 (cherry picked from commit 551f757b27ee7e3f6a316afd5ae8966ff40b7e25) --- instsetoo_native/CustomTarget_install.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instsetoo_native') 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) \ -- cgit