• Bruce Dawson's avatar
    Update vs_toolchain.py to handle ARM64 · 18fbbd37
    Bruce Dawson authored
    ARM64 on Win32 adds a third Win32 target platform which requires updates
    to the script which configures the toolchain. This includes handling
    build\win_toolchain.json listing either two or three toolchains, and not
    copying UCRT DLLs in the ARM64 case, except for ucrtbased.dll.
    
    This also fixes some erroneous double quotes, probably left over from
    previous changes I made to this file.
    
    This is in preparation for landing and then using crrev.com/c/1330185
    
    Bug: 893460
    Change-Id: I1fa775b662e3c0483174c32ad3c73f30f2802ea9
    Reviewed-on: https://chromium-review.googlesource.com/c/1339101Reviewed-by: default avataragrieve <agrieve@chromium.org>
    Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#608951}
    18fbbd37
vs_toolchain.py 19.3 KB