mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
encoding.iconv: add path for iconv library on FreeBSD (#24682)
This commit is contained in:
parent
f5bf1b591e
commit
cc5b31769f
@ -7,6 +7,7 @@ module iconv
|
||||
#include <iconv.h>
|
||||
|
||||
#flag darwin -liconv
|
||||
#flag freebsd -L/usr/local/lib -liconv
|
||||
#flag openbsd -L/usr/local/lib -liconv
|
||||
#flag termux -L/data/data/com.termux/files/usr/lib -liconv
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user