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

Error building with musl #40

Open Yamakaky opened 3 years ago

Yamakaky commented 3 years ago

When building a crate with the x86_64-unknown-linux-musl target, vcpkg exits with a NotMSVC error. If musl is not supported, it should print a more specific error.

https://github.com/mcgoo/vcpkg-rs/blob/6393bd1f84b5dff80d609ae02539c71c502bd786/src/lib.rs#L1331-L1346

Note that