-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker error after using cargo-vcpkg
for package management
#37
Labels
Comments
After some fiddling I think I can reproduce this in a Windows 10 VM:
With an additional
This looks like a bug and a problem in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My Cargo.toml file looks like this -
cargo vcpkg build
executes sucessfully -However when I try to build my package using
cargo build
orcargo run
, it gives me the following linker error -My vcpkg folder (created by cargo-vcpkg) is at
C:\code-projects\rs-scanner\vcpkg
and the environment variableVCPKG_HOME
has been set to the same. How do I fix this error?Things I have tried -
vcpkg integrate install
manually in the created folderThe text was updated successfully, but these errors were encountered: