Skip to content

Commit 13148e0

Browse files
authored
encoding.iconv: fix iconv on termux (fix #23597) (#24147)
1 parent a69b0b7 commit 13148e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎vlib/encoding/iconv/iconv_nix.c.v‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module iconv
88

99
#flag darwin -liconv
1010
#flag openbsd -L/usr/local/lib -liconv
11+
#flag termux -L/data/data/com.termux/files/usr/lib -liconv
1112

1213
fn C.iconv_open(tocode charptr, fromcode charptr) voidptr
1314
fn C.iconv_close(cd voidptr) int

0 commit comments

Comments
 (0)