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 f5bf1b5 commit cc5b317Copy full SHA for cc5b317
1 file changed
vlib/encoding/iconv/iconv_nix.c.v
@@ -7,6 +7,7 @@ module iconv
7
#include <iconv.h>
8
9
#flag darwin -liconv
10
+#flag freebsd -L/usr/local/lib -liconv
11
#flag openbsd -L/usr/local/lib -liconv
12
#flag termux -L/data/data/com.termux/files/usr/lib -liconv
13
0 commit comments