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

Improve library finding #206

Merged
merged 3 commits into from
Jun 30, 2023
Merged

Improve library finding #206

merged 3 commits into from
Jun 30, 2023

Conversation

jcupitt
Copy link
Member

@jcupitt jcupitt commented Jun 29, 2023

This PR adds a libraryLoad() function which searches a path for a library that supports an API, then uses that to load libvips, libglib and libgobject.

This fixes #178 and #201

See also #198

Tested on macOS 13.4

jcupitt added 3 commits June 29, 2023 20:45
This PR adds a libraryLoad() function which searches a path for a library that
supports an API, then uses that to load libvips, libglib and libgobject.

This fixes #178 and #201

See also #198

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

Successfully merging this pull request may close these issues.

FFI\\Exception(code: 0): Failed loading 'libvips.42.dylib' after upgrade to v2 on M1 Mac
1 participant