updated love-android (android is still linux)

This commit is contained in:
fysx
2014-01-20 22:20:36 +01:00
parent ba5f33f9aa
commit 0438431d59
+3 -4
View File
@@ -26,11 +26,10 @@
# define LOVE_WINDOWS 1
#endif
#if defined(linux) || defined(__linux) || defined(__linux__)
# if defined(__ANDROID__)
# define LOVE_LINUX 1
#endif
#if defined(__ANDROID__)
# define LOVE_ANDROID 1
# else
# define LOVE_LINUX 1
# endif
#endif
#if defined(__APPLE__)
# define LOVE_MACOSX 1