Closed muteb closed 1 year ago
Could you give a bit more detail on why you're using the standalone vcpkg
CLI instead of cargo-vcpkg
?
How did you create your vcpkg root, i.e. which git revision are you using and which packages did you install? I assume you are not setting the right environment variables. Given your output, you could try the following:
cargo clean
set VCPKG_ROOT=C:\vcpkg
cargo build
Yes thanks alot. This works for me
Hi guys, I am trying to compile magic on windows 10 and I face this issue. I install libmagic through vcpkg and set the environment to see the directory but no luck