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

Update Windows (MSVC) instructions #1445

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

orcharddu
Copy link

Following the current instructions for Windows (MSVC) will result in a compile error with the latest Rust 1.83 version:

LINK : fatal error LNK1181: cannot open input file SDL2.lib

The issue does not occur with older versions of Rust (1.80).

The solution is to copy the SDL2.lib file to the project directory along with the SDL2.dll file.

This PR is intended to update the instructions for Windows (MSVC) accordingly.

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.

1 participant