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

Allow plugins to have native dylib dependencies #617

Merged
merged 1 commit into from
Sep 25, 2014

Conversation

alexcrichton
Copy link
Member

Ensure that the dynamic linker search path contains the location of the output
directories for these dependencies when compiling with plugins.

Closes #597

Ensure that the dynamic linker search path contains the location of the output
directories for these dependencies when compiling with plugins.

Closes rust-lang#597
bors added a commit that referenced this pull request Sep 24, 2014
Ensure that the dynamic linker search path contains the location of the output
directories for these dependencies when compiling with plugins.

Closes #597
@bors bors merged commit 0c8f6db into rust-lang:master Sep 25, 2014
bors added a commit that referenced this pull request Sep 30, 2014
This is rebased on #617 as I wanted to use one of the functions added in the patch. Otherwise the details are in the commits.
@alexcrichton alexcrichton deleted the issue-597 branch October 2, 2014 20:36
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.

Add native deps dir of plugins to LD_LIBRARY_PATH
3 participants