diff options
-rw-r--r-- | onlineupdate/Executable_updater.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk index 9542130f6f29..019eb8deb4ca 100644 --- a/onlineupdate/Executable_updater.mk +++ b/onlineupdate/Executable_updater.mk @@ -17,6 +17,8 @@ $(eval $(call gb_Executable_set_include,updater,\ $(eval $(call gb_Executable_use_static_libraries,updater,\ libmar \ + $(if $(filter WNT,$(OS)), \ + winhelper \ )) ifeq ($(OS),WNT) |