mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
3f55ea9fce
#35084 introduced a regression for native ARM Linux builds where the toolchain would mistakenly try to reference a cross-compiler (e.g. `aarch64-linux-gnu-gcc`) despite building natively because vcpkg spells the architecture differently from what the system reports (`arm64` vs. `aarch64`). This fixes the issue by checking whether the `CMAKE_HOST_SYSTEM_PROCESSOR` matches the target (in CMake's spelling of the architecture). --------- Co-authored-by: Kai Pastor <dg0yt@darc.de> |
||
---|---|---|
.. | ||
android.cmake | ||
freebsd.cmake | ||
ios.cmake | ||
linux.cmake | ||
mingw.cmake | ||
openbsd.cmake | ||
osx.cmake | ||
uwp.cmake | ||
windows.cmake | ||
xbox.cmake |