Files
termux-packages/x11-packages/sfml/include-SFML-Config.hpp.patch
termux-pacman-bot 7fba7a19e7 bump(x11/sfml): 3.0.0
2025-05-06 01:34:40 +00:00

17 lines
375 B
Diff

--- a/include/SFML/Config.hpp 2024-12-22 13:32:21.661907053 +0300
+++ b/include/SFML/Config.hpp 2024-12-22 13:34:32.765907003 +0300
@@ -71,12 +71,7 @@
#elif defined(__unix__)
// UNIX system, see which one it is
-#if defined(__ANDROID__)
-
-// Android
-#define SFML_SYSTEM_ANDROID
-
-#elif defined(__linux__)
+#if defined(__linux__)
// Linux
#define SFML_SYSTEM_LINUX