diff --git a/jni/love/src/common/config.h b/jni/love/src/common/config.h index 5503ba2e..f4959831 100644 --- a/jni/love/src/common/config.h +++ b/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