mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-21 08:11:07 +01:00
For SDL dynapi to work, the SDL_DYNAPI_entry symbol must be externally visible. Adding __attribute__((visibility(default))) would not work since version scripts override these.