Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf.
This commit is contained in:
parent
e92a0428c3
commit
606b0cda7f
20 changed files with 179 additions and 1286 deletions
|
@ -127,7 +127,7 @@ typedef unsigned int size_t;
|
|||
#define SDL_HAPTIC_DUMMY 1
|
||||
|
||||
/* Enable various shared object loading systems */
|
||||
#define SDL_LOADSO_DUMMY 1
|
||||
#define SDL_LOADSO_DLOPEN 1
|
||||
|
||||
/* Enable various threading systems */
|
||||
#define SDL_THREAD_PTHREAD 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue