Skip to content
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

Search for libfribidi.dylib in /usr/local/lib #6182

Merged
merged 1 commit into from Apr 6, 2022

Conversation

radarhere
Copy link
Member

I recently created python-pillow/pillow-wheels#281, to test fribidi on macOS. It became apparent that while /usr/local/lib/libfribidi.dylib was present on the system, it was not found by Pillow. My immediate solution to this was just to create a link to libfribidi.dylib in the current directory.

However, if the macOS environment being used for pillow-wheels is normal, then it is conceivable that this problem might occur for end users. For example, perhaps this is the solution to #6175? So I'm creating this PR to explicitly search /usr/local/lib.

If you would like some more information, here is a run of the pillow-wheels PR without the link, so that you can see Pillow fail to find libfribid, and here is a run of the PR without the link and with the changes from this PR, so you can see it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants