0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-11 13:09:18 +00:00
termux-packages/x11-packages/love/src-common-config.h.patch
2022-12-03 01:40:32 +00:00

12 lines
253 B
Diff

--- a/src/common/config.h
+++ b/src/common/config.h
@@ -37,7 +37,7 @@
#if defined(linux) || defined(__linux) || defined(__linux__)
# define LOVE_LINUX 1
#endif
-#if defined(__ANDROID__)
+#if 0
# define LOVE_ANDROID 1
#endif
#if defined(__APPLE__)