Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recent Windows 10 SDKs store the UCRT redist files in a different directory so a change was landed to scan for the right directory to handle old and new. However the glob call used a backslash and therefore fails on Linux. This fixes that by using os.path.join. Bug: 915036 Change-Id: I7f71b0e9300ac33964a05881525a5eba52203859 Reviewed-on: https://chromium-review.googlesource.com/c/1377503 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#617227}
- Loading branch information