]> git.lizzy.rs Git - rust.git/commit
auto merge of #15550 : alexcrichton/rust/install-script, r=brson
authorbors <bors@rust-lang.org>
Wed, 9 Jul 2014 22:06:27 +0000 (22:06 +0000)
committerbors <bors@rust-lang.org>
Wed, 9 Jul 2014 22:06:27 +0000 (22:06 +0000)
commit942c72e1179bc2d3d351ea97235d65b39160cc18
treee8326084d8931aff1deabc4c6167ad695f7dfb9c
parent66e1f11ef482d90f2ea3bd284b07cd825315fadd
parent6f8b6c8c3650e8d73be07f119b6a435cad6db438
auto merge of #15550 : alexcrichton/rust/install-script, r=brson

This adds detection of the relevant LD_LIBRARY_PATH-like environment variable
and appropriately sets it when testing whether binaries can run or not.
Additionally, the installation prints a recommended value if one is necessary.

Closes #15545