| Summary: | Building MSVC ARM target fails | ||
|---|---|---|---|
| Product: | SDL | Reporter: | janisozaur <janisozaur+libsdl> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | ARM | ||
| OS: | Windows 10 | ||
| Attachments: | Fix arm builds with MSVC | ||
Patch added, thanks! https://hg.libsdl.org/SDL/rev/6e61fc35c129 |
Created attachment 3188 [details] Fix arm builds with MSVC Building with MSVC targetting ARM fails at link stage because of missing libraries. Attached patch fixes those issues. There is another issue with dinput8 not being available in this configuration, I will try to address it in a later patch.