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
Note there is an SDL2 version `2.30.10` release, however the Mingw package for that release is broken:
- libsdl-org/SDL#11610
- libsdl-org/SDL#11795
It seems a non-exitent path got baked into the `sdl2-config` output, so the compiler tries looking in a folder that doesn't exist for SDL2 files.
The baked-in paths are not fixed when running
make install-package arch=i686-w64-mingw32 prefix=/tmp/mingw-prefix
.This issue is already fixed in git at
The text was updated successfully, but these errors were encountered: