-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cargo inserts an empty path in LD_LIBRARY_PATH #4277
Comments
Introduced by "[784d315] set dylib path correctly for target when running cc: @mcgoo @alexcrichton test:
|
mbrubeck
added a commit
to mbrubeck/cargo
that referenced
this issue
Jul 13, 2017
bors
added a commit
that referenced
this issue
Jul 13, 2017
Don't push empty paths in LD_LIBRARY_PATH Fixes #4277. Note: I haven't written a test for this fix yet.
alexcrichton
pushed a commit
to alexcrichton/cargo
that referenced
this issue
Jul 13, 2017
bors
added a commit
that referenced
this issue
Jul 13, 2017
[beta] Don't push empty paths in LD_LIBRARY_PATH Fixes #4277.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This causes lookup to check the working directory which is not good.
cc rust-lang/rust#42851
The text was updated successfully, but these errors were encountered: