mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-24 13:06:15 +00:00
1c967e5633
See discussion in https://github.com/termux/termux-packages/issues/11742.
12 lines
253 B
Diff
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__)
|