mirror of
https://github.com/encounter/SDL.git
synced 2025-06-15 11:03:36 +00:00
disable dynapi for os/2, at least for now. (see bugs #5667 and #5669.)
This commit is contained in:
parent
0c05ddd9ff
commit
f8e14ad25a
@ -59,6 +59,8 @@
|
|||||||
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
|
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
|
||||||
#elif defined(__VITA__)
|
#elif defined(__VITA__)
|
||||||
#define SDL_DYNAMIC_API 0 /* vitasdk doesn't support dynamic linking */
|
#define SDL_DYNAMIC_API 0 /* vitasdk doesn't support dynamic linking */
|
||||||
|
#elif defined(__OS2__)
|
||||||
|
#define SDL_DYNAMIC_API 0 /* see github bugs #5667 and #5669 */
|
||||||
#elif defined(DYNAPI_NEEDS_DLOPEN) && !defined(HAVE_DLOPEN)
|
#elif defined(DYNAPI_NEEDS_DLOPEN) && !defined(HAVE_DLOPEN)
|
||||||
#define SDL_DYNAMIC_API 0 /* we need dlopen(), but don't have it.... */
|
#define SDL_DYNAMIC_API 0 /* we need dlopen(), but don't have it.... */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user