mcgoo / vcpkg-rs

Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS
https://docs.rs/vcpkg
Apache License 2.0
108 stars 22 forks source link

Add ARM64 probes for vcpkg #31

Closed zhzy0077 closed 3 years ago

zhzy0077 commented 3 years ago

Problem: We're unable to correctly probe ARM64 targets as they will fall into x86 leading to failures.

Changes: Aligns with other triples targetting:

Tested locally

waych commented 3 years ago

Thanks!