mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-13 14:09:19 +00:00
11 lines
286 B
Diff
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>
|