-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Check if libraries are present using dlopen #11852
Conversation
I'm going to take a guess and say the solution here is to install EDIT: IIRC it was talked about at least moving this behind a flag, e.g. |
Looking into this further, the problem comes from
https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes |
-liconv
flag on macOS
Thanks for digging into this. That's really weird and unexpected behaviour 🤦 I'm wondering whether to keep the old behaviour on non-darwin systems. But I suppose it really doesn't matter to check for the file's existence beforehand. That's one of the first |
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.
It works, thank you!
Since it turned out to be a generic change, the |
Let's leave the darwin tag. This change specifically addresses a bug on darwin. |
Fixes this error from
crystal i
: