From 73551520db0d9e87cba9060271534aa5e8401a4a Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 20 Feb 2019 19:10:31 +0100 Subject: Restore building of common-standalone lib for updater. Tag #145 --- toolkit/mozapps/update/updater/updater-common.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolkit/mozapps') diff --git a/toolkit/mozapps/update/updater/updater-common.build b/toolkit/mozapps/update/updater/updater-common.build index 7b7ee35bb..6444df8d9 100644 --- a/toolkit/mozapps/update/updater/updater-common.build +++ b/toolkit/mozapps/update/updater/updater-common.build @@ -33,6 +33,9 @@ if CONFIG['OS_ARCH'] == 'WINNT': LOCAL_INCLUDES += [ '/toolkit/xre', ] + USE_LIBS += [ + 'updatecommon-standalone', + ] OS_LIBS += [ 'comctl32', 'ws2_32', -- cgit v1.2.3