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

enables hot reloading of dylibs on macos #10

Merged
merged 2 commits into from
Jul 8, 2020

Conversation

JoshuaBatty
Copy link
Contributor

Now uses std::process::Command to execute install_name_tool -id '' libfoo.dylib

@mitchmindtree
Copy link
Owner

Nice one! LGTM!

Btw, maybe it's worth commenting here with a link to that libloading issue where you found the solution for future readers if you still have it handy?

@mitchmindtree mitchmindtree merged commit 5afd192 into mitchmindtree:master Jul 8, 2020
@JoshuaBatty
Copy link
Contributor Author

Here is a link to the libloading issue that has the suggested fix implemented in this PR

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.

2 participants