Merge pull request #110198 from zeux/sdl-linux-stdlib

Configure SDL assuming we, in fact, have a libc
This commit is contained in:
Thaddeus Crews
2025-09-17 11:34:14 -05:00

View File

@ -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