Bug 1487133 Move rpcrt4 out from behind the Maintenance Service if, as mingw disables that r=mhowell

Differential Revision: https://phabricator.services.mozilla.com/D4581

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2018-08-29 17:46:30 +00:00
Родитель 2ddbae2c62
Коммит d2d623e9f7
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -36,6 +36,9 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'uachelper.cpp',
'updatehelper.cpp',
]
OS_LIBS += [
'rpcrt4',
]
if CONFIG['MOZ_MAINTENANCE_SERVICE']:
SOURCES += [
'certificatecheck.cpp',
@ -43,7 +46,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
]
OS_LIBS += [
'crypt32',
'rpcrt4',
'wintrust',
]