[Libreoffice-commits] core.git: onlineupdate/Executable_update_service.mk

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Aug 14 13:20:45 UTC 2017


 onlineupdate/Executable_update_service.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ba7aea158e201441a134e30e323323e7ef145e8
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Aug 14 14:39:40 2017 +0200

    updater: reference the correct new static library name
    
    Change-Id: Ib5920b27429f8414db761387645713498a60904f
    Reviewed-on: https://gerrit.libreoffice.org/41142
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

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,\


More information about the Libreoffice-commits mailing list