0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 04:48:55 +00:00
2023-12-22 14:34:21 +02:00

11 lines
286 B
Diff

+++ ./src/junklib.c
@@ -32,7 +32,7 @@
#include <stdlib.h>
#include <string.h>
#if HAVE_ICONV
- #if !defined(__MINGW32__) && !defined(__OpenBSD__)
+ #if !defined(__MINGW32__) && !defined(__OpenBSD__) && !defined(__ANDROID__)
#define LIBICONV_PLUG
#endif
#include <iconv.h>