mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-29 06:02:40 +00:00
13 lines
444 B
Diff
13 lines
444 B
Diff
diff -ur orig/src/mesa/util/detect_os.h mod/src/mesa/util/detect_os.h
|
|
--- orig/src/mesa/util/detect_os.h 2025-04-02 07:24:35.000000000 -0500
|
|
+++ mod/src/mesa/util/detect_os.h 2025-08-02 12:57:08.800000000 -0500
|
|
@@ -24,7 +24,7 @@
|
|
* Android defines __linux__, so DETECT_OS_LINUX and DETECT_OS_UNIX will
|
|
* also be defined.
|
|
*/
|
|
-#if defined(__ANDROID__)
|
|
+#if defined(__ANDROID__) && !defined(__TERMUX__)
|
|
#define DETECT_OS_ANDROID 1
|
|
#endif
|
|
|