Browse Source

updated love-android (android is still linux)

fysx 12 years ago
parent
commit
0438431d59
1 changed files with 3 additions and 4 deletions
  1. 3 4
      jni/love/src/common/config.h

+ 3 - 4
jni/love/src/common/config.h

@@ -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