Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix arm64 vcpkg triplet selection error (#18239)
microsoft/vcpkg-tool#1474 now validates that the target triplet is valid. Unfortunately, `ARM64` is not valid... despite VS defaulting to it. VS 17.12 moved to the newer version of the vcpkg tool. Given that we still want to build on VS 17.12, this commit adds a local workaround. See DD-2302065 for the internal tracking bug. See microsoft/vcpkg#42182 for the upstream fix.
- Loading branch information