From 4b28429882e4d409c70decd75259ee2fc43fb5b6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 12 Oct 2017 14:21:21 -0700 Subject: [PATCH] Android doesn't have libunwind.h in API 16 --- include/SDL_config_android.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SDL_config_android.h b/include/SDL_config_android.h index 46638193d70c6..f2182165dc7cb 100644 --- a/include/SDL_config_android.h +++ b/include/SDL_config_android.h @@ -46,7 +46,6 @@ #define HAVE_STDIO_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_TYPES_H 1 -#define HAVE_LIBUNWIND_H 1 /* C library functions */ #define HAVE_MALLOC 1