We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69b0b7 commit 13148e0Copy full SHA for 13148e0
1 file changed
vlib/encoding/iconv/iconv_nix.c.v
@@ -8,6 +8,7 @@ module iconv
8
9
#flag darwin -liconv
10
#flag openbsd -L/usr/local/lib -liconv
11
+#flag termux -L/data/data/com.termux/files/usr/lib -liconv
12
13
fn C.iconv_open(tocode charptr, fromcode charptr) voidptr
14
fn C.iconv_close(cd voidptr) int
0 commit comments