mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 03:26:04 -05:00
Added the Android config include to the default config.h
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
/* Add any platform that doesn't build using the configure system. */
|
||||
#if defined(__NINTENDODS__)
|
||||
#include "SDL_config_nintendods.h"
|
||||
#elif defined(__ANDROID__)
|
||||
#include "SDL_config_android.h"
|
||||
#elif defined(__IPHONEOS__)
|
||||
#include "SDL_config_iphoneos.h"
|
||||
#elif defined(__MACOSX__)
|
||||
|
||||
Reference in New Issue
Block a user