зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2ddbae2c62
Коммит
d2d623e9f7
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче