diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-19 16:46:03 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:16 +0200 |
commit | 225805eb2ebbb5b30a3cccf87270534b82fdee48 (patch) | |
tree | 6da7ce33e7598f96c6d60dc42327d3ef6837751e /onlineupdate | |
parent | c4f99f35f40ba59fdab476a2483497a31dc68a24 (diff) |
use the new winhelper static lib on windows
Change-Id: Iecb4328e4c665f7dd24fa7c6a66c3328942fb196
Diffstat (limited to 'onlineupdate')
-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) |