diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-27 14:50:24 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:26 +0200 |
commit | 95a6a8263a246d1910b4329946cc64a0a59109fa (patch) | |
tree | 4d6135a32b84e073f5e3c903cc48b95bb11e7aaf /onlineupdate | |
parent | 7eca4fa00fc383a40b9957ff3c4b038ac02c2eef (diff) |
the update service is windows only
Change-Id: I9de1e8e8ec26dce85107c774c6a1d862dea3ab84
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/Module_onlineupdate.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/Module_onlineupdate.mk b/onlineupdate/Module_onlineupdate.mk index 0d2655d97b4b..9672d9c6aef3 100644 --- a/onlineupdate/Module_onlineupdate.mk +++ b/onlineupdate/Module_onlineupdate.mk @@ -15,10 +15,10 @@ $(eval $(call gb_Module_add_targets,onlineupdate,\ StaticLibrary_libmar \ StaticLibrary_updatehelper \ $(if $(filter WNT,$(OS)),\ + Executable_update_service \ StaticLibrary_winhelper )\ Executable_mar \ Executable_updater \ - Executable_update_service \ )) endif |