mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
dynapi: SDL_DYNAPI_entry must be in version script
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.
This commit is contained in:
parent
4286f463a8
commit
9451d3079d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
SDL3_0.0.0 {
|
||||
global:
|
||||
JNI_OnLoad;
|
||||
SDL_DYNAPI_entry;
|
||||
SDL_AddEventWatch;
|
||||
SDL_AddGamepadMapping;
|
||||
SDL_AddGamepadMappingsFromRW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue