From 2ba7aea158e201441a134e30e323323e7ef145e8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 14 Aug 2017 14:39:40 +0200 Subject: updater: reference the correct new static library name Change-Id: Ib5920b27429f8414db761387645713498a60904f Reviewed-on: https://gerrit.libreoffice.org/41142 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- onlineupdate/Executable_update_service.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'onlineupdate') 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,\ -- cgit