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

Cleanup invalid dylib id reference on mac #414

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Cleanup invalid dylib id reference on mac #414

merged 1 commit into from
Aug 15, 2024

Conversation

ianks
Copy link
Collaborator

@ianks ianks commented Aug 15, 2024

Sometimes, automated tools will use otool -L determine if there are invalid libraries linked to gems. Cargo will set the id to something like target/debug/libfoo.dylib, which becomes incorrect when rb-sys moves the file to a .bundle. So, we strip the ID out with install_name_tool.

@ianks ianks merged commit 4b311b3 into main Aug 15, 2024
52 checks passed
@ianks ianks deleted the fixup-libnames branch August 15, 2024 03:55
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.

1 participant