mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-26 14:58:38 +00:00
We are locked to version 1 of the ABI, so don't load what might be a symlink to a newer and incompatible version. Platforms like OpenBSD that only have .so versions of libraries can add a special case here like Android in the future. Fixes https://github.com/libsdl-org/SDL/issues/15172