diff options
Diffstat (limited to 'onlineupdate')
-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,\ |