0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 03:40:08 +00:00
termux-packages/x11-packages/love/src-libraries-physfs-physfs_platforms.h.patch
2024-01-06 18:29:33 +08:00

12 lines
397 B
Diff

--- a/src/libraries/physfs/physfs_platforms.h
+++ b/src/libraries/physfs/physfs_platforms.h
@@ -40,7 +40,7 @@
# define PHYSFS_PLATFORM_POSIX 1
#elif defined(macintosh)
# error Classic Mac OS support was dropped from PhysicsFS 2.0. Move to OS X.
-#elif defined(__ANDROID__)
+#elif 0
# define PHYSFS_PLATFORM_LINUX 1
# define PHYSFS_PLATFORM_ANDROID 1
# define PHYSFS_PLATFORM_POSIX 1