diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-20 15:00:58 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-20 15:00:58 +0100 |
commit | 26d7c44f1707482727167042da0922bff0efb6b3 (patch) | |
tree | b4061184d574bd31298d61b8e7f9078b53429cea /toolkit/mozapps | |
parent | 303e4314fd52fa8b61277df7e08d225d24b0ec53 (diff) | |
download | uxp-26d7c44f1707482727167042da0922bff0efb6b3.tar.gz |
Remove reference to standalone component.
Tag #145
Diffstat (limited to 'toolkit/mozapps')
-rw-r--r-- | toolkit/mozapps/update/updater/updater-common.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/mozapps/update/updater/updater-common.build b/toolkit/mozapps/update/updater/updater-common.build index 6444df8d9b..7b7ee35bb0 100644 --- a/toolkit/mozapps/update/updater/updater-common.build +++ b/toolkit/mozapps/update/updater/updater-common.build @@ -33,9 +33,6 @@ if CONFIG['OS_ARCH'] == 'WINNT': LOCAL_INCLUDES += [ '/toolkit/xre', ] - USE_LIBS += [ - 'updatecommon-standalone', - ] OS_LIBS += [ 'comctl32', 'ws2_32', |