mirror of https://github.com/libsdl-org/SDL.git
Fix -Wundef warnings due to use of unguarded HAVE_LIBC
This commit is contained in:
parent
01f415954f
commit
b29a5bcbb6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue