diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-27 02:38:18 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:26 +0200 |
commit | 19066cafbb3a5a4013277f62b0e577294534a70b (patch) | |
tree | 4fe399c806484e8b90b9d7220eda9761dc368ccc /onlineupdate/Module_onlineupdate.mk | |
parent | 423d644171077bbba3e32aca51adebb987aebc26 (diff) |
extract the common updater code to an own static library
We again need to use a static lib to prevent the file is in use problem
during the update.
Change-Id: I22d00ea2ab46949d32cdaae85c799896d6e0468f
Diffstat (limited to 'onlineupdate/Module_onlineupdate.mk')
-rw-r--r-- | onlineupdate/Module_onlineupdate.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/Module_onlineupdate.mk b/onlineupdate/Module_onlineupdate.mk index 02287e641a8d..91a5ccf2a850 100644 --- a/onlineupdate/Module_onlineupdate.mk +++ b/onlineupdate/Module_onlineupdate.mk @@ -13,6 +13,7 @@ $(eval $(call gb_Module_Module,onlineupdate)) ifneq ($(ENABLE_ONLINE_UPDATE_MAR),) $(eval $(call gb_Module_add_targets,onlineupdate,\ StaticLibrary_libmar \ + StaticLibrary_updatehelper \ $(if $(filter WNT,$(OS)),\ StaticLibrary_winhelper )\ Executable_mar \ |