Merge pull request #110198 from zeux/sdl-linux-stdlib
Configure SDL assuming we, in fact, have a libc
This commit is contained in:
@ -81,6 +81,7 @@
|
||||
#define SDL_PLATFORM_UNIX 1
|
||||
|
||||
#define HAVE_STDIO_H 1
|
||||
#define HAVE_LIBC 1
|
||||
#define HAVE_LINUX_INPUT_H 1
|
||||
#define HAVE_POLL 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user