Windows: Fix failure in tools/clang/scripts/update.py with custom VS toolchain (issue #2474)

This commit is contained in:
Marshall Greenblatt
2018-07-12 14:43:10 -04:00
parent 6a76bdb040
commit 8e9d736cda
2 changed files with 23 additions and 0 deletions

View File

@@ -381,4 +381,11 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2466
'name': 'linux_poll_2466',
},
{
# Fix tools/clang/scripts/update.py failure with custom VS toolchain on
# Windows. This needs to be done in DEPS because it executes during the
# `gclient runhooks` step.
# https://bugs.chromium.org/p/chromium/issues/detail?id=863130
'name': 'DEPS',
}
]