Date: Thursday, March 29, 2018 @ 22:02:04 Author: demize Revision: 313428
rust: Disable rpath Modified: rust/trunk/bootstrap-config.toml -----------------------+ bootstrap-config.toml | 2 ++ 1 file changed, 2 insertions(+) Modified: bootstrap-config.toml =================================================================== --- bootstrap-config.toml 2018-03-29 22:01:48 UTC (rev 313427) +++ bootstrap-config.toml 2018-03-29 22:02:04 UTC (rev 313428) @@ -20,3 +20,5 @@ debuginfo-lines = true channel = "stable" + +rpath = false
