Don't copy dbghelp.dll/dbgcore.dll from the Windows SDK (fixes issue #3356)

This commit is contained in:
Marshall Greenblatt
2022-07-13 13:46:15 +03:00
parent 06acc9546f
commit 71ef10bb60
2 changed files with 13 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ patches = [
#
# Support custom VS toolchain on Windows.
# https://bugs.chromium.org/p/chromium/issues/detail?id=623342
#
# Don't copy dbghelp.dll/dbgcore.dll from the Windows SDK.
# https://bitbucket.org/chromiumembedded/cef/issues/3356
'name': 'runhooks',
},
{