mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-13 01:52:43 +00:00
Fix -Wundef warnings due to use of unguarded HAVE_LIBC
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
/* Comment this if you want to build without any C library requirements */
|
||||
#cmakedefine HAVE_LIBC 1
|
||||
#if HAVE_LIBC
|
||||
#ifdef HAVE_LIBC
|
||||
|
||||
/* Useful headers */
|
||||
#cmakedefine HAVE_ALLOCA_H 1
|
||||
|
||||
Reference in New Issue
Block a user