mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-28 00:52:41 +00:00
12 lines
280 B
Diff
12 lines
280 B
Diff
--- a/mono/eglib/goutput.c
|
|
+++ b/mono/eglib/goutput.c
|
|
@@ -234,7 +234,7 @@
|
|
g_assertion_message ("* Assertion: should not be reached at %s:%d\n", file, line);
|
|
}
|
|
|
|
-#if HOST_ANDROID
|
|
+#if HOST_ANDROID && !defined(__TERMUX__)
|
|
#include <android/log.h>
|
|
|
|
static android_LogPriority
|