Fix MSVC toolset selection issue
Windows ARM64 build bot is broken on copying runtime dlls. A recent change switches the MSVC version to VS 2019 as preferred ( https://chromium-review.googlesource.com/c/chromium/src/+/1836195 ). This affects the search of runtime dlls, since currently VC141 toolset is selected. As a workaround select the proper toolset directory based on VS version. Bug: 1013508 Change-Id: Iaebee100be727f60d7bd651202af725abf4726d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855966Reviewed-by:Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#705633}
Showing
Please register or sign in to comment