Enable SDL_LoadObject on iOS 8+ and tvOS.
This commit is contained in:
parent
d7b455f987
commit
ef9bde21c8
6 changed files with 30 additions and 15 deletions
|
@ -119,11 +119,7 @@
|
|||
#define SDL_JOYSTICK_MFI 1
|
||||
|
||||
/* Enable Unix style SO loading */
|
||||
/* Technically this works, but violates the iOS dev agreement prior to iOS 8 */
|
||||
/* #define SDL_LOADSO_DLOPEN 1 */
|
||||
|
||||
/* Enable the stub shared object loader (src/loadso/dummy/\*.c) */
|
||||
#define SDL_LOADSO_DISABLED 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