You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do not specify "static-link", the build process fails because it can't find SDL.lib.
If I specify any other triplet (e.g. x64-windows) and remove "static-link", the build process fails because it complains that sdl2 isn't installed under the x64-windows-static-md triplet.
I am running cargo vcpkg build in between changes and I can verify that SDL2 installs in whatever triplet I specify in Cargo.toml. It just doesn't appear as if that triplet is respected during the build process. It only responds to x64-windows-static-md.
What can I look for to resolve this? It's very strange.
The text was updated successfully, but these errors were encountered:
Hello,
I have only gotten the following configuration to work
If I do not specify "static-link", the build process fails because it can't find SDL.lib.
If I specify any other triplet (e.g.
x64-windows
) and remove "static-link", the build process fails because it complains that sdl2 isn't installed under thex64-windows-static-md
triplet.I am running
cargo vcpkg build
in between changes and I can verify that SDL2 installs in whatever triplet I specify in Cargo.toml. It just doesn't appear as if that triplet is respected during the build process. It only responds tox64-windows-static-md
.What can I look for to resolve this? It's very strange.
The text was updated successfully, but these errors were encountered: