encoding.iconv: add path for iconv library on FreeBSD (#24682)

This commit is contained in:
Laurent Cheylus 2025-06-09 19:41:52 +02:00 committed by GitHub
parent f5bf1b591e
commit cc5b31769f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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