mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added a LOVE_ANDROID define and Android-specific code that interacts with the JNI and SDL.
This commit is contained in:
+4
-1
@@ -26,7 +26,10 @@
|
||||
# define LOVE_WINDOWS 1
|
||||
#endif
|
||||
#if defined(linux) || defined(__linux) || defined(__linux__)
|
||||
# define LOVE_LINUX 1
|
||||
# define LOVE_LINUX 1
|
||||
#endif
|
||||
#if defined(__ANDROID__)
|
||||
# define LOVE_ANDROID 1
|
||||
#endif
|
||||
#if defined(__APPLE__)
|
||||
# include <TargetConditionals.h>
|
||||
|
||||
Reference in New Issue
Block a user