Commit 53eaef45 authored by Sam Lantinga's avatar Sam Lantinga

Added the Android config include to the default config.h

parent c7c6cb46
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
/* Add any platform that doesn't build using the configure system. */ /* Add any platform that doesn't build using the configure system. */
#if defined(__NINTENDODS__) #if defined(__NINTENDODS__)
#include "SDL_config_nintendods.h" #include "SDL_config_nintendods.h"
#elif defined(__ANDROID__)
#include "SDL_config_android.h"
#elif defined(__IPHONEOS__) #elif defined(__IPHONEOS__)
#include "SDL_config_iphoneos.h" #include "SDL_config_iphoneos.h"
#elif defined(__MACOSX__) #elif defined(__MACOSX__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment