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
SDL2 is still linking dxerr.lib on Windows. dxerr.lib was deprecated years ago and isn't included in any of the recent Windows SDKs so it breaks compilation unless the DX SDK is installed (gross). SDL2 doesn't actually use this lib so I'm not sure why it links it at all.
SDL2 is still linking dxerr.lib on Windows. dxerr.lib was deprecated years ago and isn't included in any of the recent Windows SDKs so it breaks compilation unless the DX SDK is installed (gross). SDL2 doesn't actually use this lib so I'm not sure why it links it at all.
Here's some more info: davidsiaw/SDL2#1
Easy fix, just update the SDL2 make file to remove the dependency.
The text was updated successfully, but these errors were encountered: