diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-14 14:39:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-14 15:19:27 +0200 |
commit | 2ba7aea158e201441a134e30e323323e7ef145e8 (patch) | |
tree | 893e06faa984ddaaedaca9ab3b4723a1e5b9e018 | |
parent | 1a4cb299def3e98dc4968c82b5c9ed12717061fc (diff) |
updater: reference the correct new static library name
Change-Id: Ib5920b27429f8414db761387645713498a60904f
Reviewed-on: https://gerrit.libreoffice.org/41142
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | onlineupdate/Executable_update_service.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/Executable_update_service.mk b/onlineupdate/Executable_update_service.mk index 73adc82bd65f..1ce5c9fb3efd 100644 --- a/onlineupdate/Executable_update_service.mk +++ b/onlineupdate/Executable_update_service.mk @@ -22,7 +22,7 @@ $(eval $(call gb_Executable_set_include,update_service,\ $(eval $(call gb_Executable_use_static_libraries,update_service,\ updatehelper \ - winhelper \ + windows_process \ )) $(eval $(call gb_Executable_add_libs,update_service,\ |