-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[std/encodings] fix iconv headers on OpenBSD #17872
Conversation
now this gives: |
well, I will look into it soon |
see https://hisham.hm/2016/02/24/first-time-playing-with-openbsd/
maybe the symbol name to dlopen is |
yeah, it is a common problem for OpenBSD. |
i think the issue is (i'm guessing): |
Well passing "/usr/local/lib/libiconv.a" works |
Yes, now OpenBSD pass CI too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
see http://www.polarhome.com/service/man/?qf=iconv_open&tf=2&of=OpenBSD&sf=3
see CI failures: https://builds.sr.ht/~araq/job/496268
fix nim-lang/gtk2#12