mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 16:43:41 +00:00
fix out of date comment about rpath in bootstrap
This commit is contained in:
parent
39c6804b92
commit
4bd363a286
@ -1589,8 +1589,8 @@ impl<'a> Builder<'a> {
|
||||
// which adds to the runtime dynamic loader path when looking for
|
||||
// dynamic libraries. We use this by default on Unix platforms to ensure
|
||||
// that our nightlies behave the same on Windows, that is they work out
|
||||
// of the box. This can be disabled, of course, but basically that's why
|
||||
// we're gated on RUSTC_RPATH here.
|
||||
// of the box. This can be disabled by setting `rpath = false` in `[rust]`
|
||||
// table of `config.toml`
|
||||
//
|
||||
// Ok, so the astute might be wondering "why isn't `-C rpath` used
|
||||
// here?" and that is indeed a good question to ask. This codegen
|
||||
|
Loading…
Reference in New Issue
Block a user