Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow vcpkg to be built arm64ec. (#1319)
We have no reason to build vcpkg as arm64ec, but the C++ compiler team have asked us to make this work since they use us as a test case. Unfortunately, CMake's defaults ( https://gitlab.kitware.com/cmake/cmake/-/blob/master/Modules/Platform/Windows-MSVC.cmake#L243 ) take the pretty names AMD64 and ARM64EC which we use in the COFF file reader. This removes those defines.
- Loading branch information