Added the Android config include to the default config.h
This commit is contained in:
parent
c7c6cb464a
commit
53eaef45fd
1 changed files with 2 additions and 0 deletions
|
@ -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__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue