From 0438431d592e8ae94f95f676bd98cf328d3b6dec Mon Sep 17 00:00:00 2001 From: fysx Date: Mon, 20 Jan 2014 22:20:36 +0100 Subject: [PATCH] updated love-android (android is still linux) --- jni/love/src/common/config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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