Uh oh!
There was an error while loading. Please reload this page.
explicitly add SYSROOT/lib directory to dylib var - #43694
Conversation
rust-highfive
commented
Aug 6, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
semarie
commented
Aug 6, 2017
the build of nightly currently fail for OpenBSD. please note I am unsure that tracing it, I found that when |
semarie
commented
Aug 6, 2017
@Mark-Simulacrum I saw you made some refactor regarding |
Mark-Simulacrum
commented
Aug 8, 2017
I think the right fix here is actually to make https://github.com/rust-lang/rust/blob/master/src/bootstrap/builder.rs#L430 be a call to |
Mark-Simulacrum
commented
Aug 8, 2017
Ah, I'll also reassign to review on me, though if I'm unresponsive, @alexcrichton is a good alternative. |
…m rustbuild suggestion from Mark-Simulacrum
semarie
commented
Aug 8, 2017
@Mark-Simulacrum yes it works well with the proposed change. I updated the PR. Thanks. |
Mark-Simulacrum
commented
Aug 8, 2017
@bors r+ |
bors
commented
Aug 8, 2017
📌 Commit c982d6a has been approved by |
bors
commented
Aug 8, 2017
explicitly add SYSROOT/lib directory to dylib var it makes platforms without (or partial) rpath support to be able to run rustdoc binary.
bors
commented
Aug 8, 2017
☀️ Test successful - status-appveyor, status-travis |
Disable rpath after rust-lang/rust#43694
it makes platforms without (or partial) rpath support to be able to run
rustdoc binary.