Files
termux-packages/disabled-packages/love10/src-common-config.h.patch
termux-pacman-bot 552c4f9ce4 Update repo
2022-09-14 05:17:01 +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__)