Restore building of common-standalone lib for updater.

Tag #145
This commit is contained in:
wolfbeast 2019-02-20 19:10:31 +01:00 committed by Roy Tam
commit 4a7951c4ce
2 changed files with 11 additions and 0 deletions

View file

@ -33,6 +33,9 @@ if CONFIG['OS_ARCH'] == 'WINNT':
LOCAL_INCLUDES += [
'/toolkit/xre',
]
USE_LIBS += [
'updatecommon-standalone',
]
OS_LIBS += [
'comctl32',
'ws2_32',