summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-20 01:52:51 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:17 +0200
commit5063dfd6d5f76ee9a9a0893cf4c99666933f0334 (patch)
tree43b8420855d7908a347d6409103d31ca4b67f294
parent30f275d5fc25f79f1dc6225d53ef6353030077ec (diff)
we only want to build winhelper on windows
Change-Id: Iae098ef00d000099e13c54349ba37619e545fe4a
-rw-r--r--onlineupdate/Module_onlineupdate.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/onlineupdate/Module_onlineupdate.mk b/onlineupdate/Module_onlineupdate.mk
index fa066016cc32..02287e641a8d 100644
--- a/onlineupdate/Module_onlineupdate.mk
+++ b/onlineupdate/Module_onlineupdate.mk
@@ -13,7 +13,8 @@ $(eval $(call gb_Module_Module,onlineupdate))
ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
$(eval $(call gb_Module_add_targets,onlineupdate,\
StaticLibrary_libmar \
- StaticLibrary_winhelper \
+ $(if $(filter WNT,$(OS)),\
+ StaticLibrary_winhelper )\
Executable_mar \
Executable_updater \
))