mirror of
https://github.com/yawut/SDL.git
synced 2026-07-15 16:31:23 -05:00
Fixed using libunwind on iOS, where it's only available on the simulator (thanks Vit!)
This commit is contained in:
parent
46bbc5d328
commit
325dff1cb1
|
|
@ -44,7 +44,8 @@
|
|||
#define HAVE_STDIO_H 1
|
||||
#define HAVE_STRING_H 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_LIBUNWIND_H 1
|
||||
/* The libunwind functions are only available on x86 */
|
||||
/* #undef HAVE_LIBUNWIND_H */
|
||||
|
||||
/* C library functions */
|
||||
#define HAVE_MALLOC 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user