-
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
Why is SDL2 being installed when I dont depend on it? #23
Comments
Did some more debugging and enabled some previously commented out Here is the print statement from https://github.com/mcgoo/cargo-vcpkg/blob/master/src/main.rs#L344
The first print was the example I copied and I Ctrl+C'ed mid run and the second is the actual metadata from my project. Hopefully that helps. |
I'm just trying to get the opencv4 vcpkg.
But for some reason when running
cargo vcpkg build
, it always trys to install sdl2?The text was updated successfully, but these errors were encountered: