Skip to content
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

Fix build error on Windows with bundled and static-link features #1252

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Fix build error on Windows with bundled and static-link features #1252

merged 1 commit into from
Aug 30, 2022

Conversation

messense
Copy link
Contributor

@messense messense commented Aug 30, 2022

Fixes the following error

error: could not find native static library `SDL2`, perhaps an -L flag is missing?

error: could not compile `sdl2-sys` due to previous error

On Windows it currently outputs a SDL2-static.lib instead of SDL2.lib.

@Cobrand
Copy link
Member

Cobrand commented Aug 30, 2022

Thanks!

@Cobrand Cobrand merged commit bf02afe into Rust-SDL2:master Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants