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

Drop support for using DYLD_LIBRARY_PATH on OS X #2478

Merged
merged 1 commit into from
May 29, 2016

Conversation

springmeyer
Copy link
Contributor

This removes the support for DYLD_LIBRARY_PATH on OS X added in #1965. It broke after the port to cucumber.js and the attempted fix in #2436 is not ideal.

The recommended method will be to use rpath (either via build args or after the fact with install_name_tool) to ensure dynamic libraries are found in custom locations on OS X.

@TheMarex TheMarex force-pushed the drop-dyld-library-path-support branch from c5d776b to a5c5faa Compare May 29, 2016 04:01
@TheMarex TheMarex merged commit a5c5faa into master May 29, 2016
@TheMarex TheMarex deleted the drop-dyld-library-path-support branch May 29, 2016 04:49
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