Skip to content

Commit 4bd363a

Browse files
committed
fix out of date comment about rpath in bootstrap
1 parent 39c6804 commit 4bd363a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1589,8 +1589,8 @@ impl<'a> Builder<'a> {
15891589
// which adds to the runtime dynamic loader path when looking for
15901590
// dynamic libraries. We use this by default on Unix platforms to ensure
15911591
// that our nightlies behave the same on Windows, that is they work out
1592-
// of the box. This can be disabled, of course, but basically that's why
1593-
// we're gated on RUSTC_RPATH here.
1592+
// of the box. This can be disabled by setting `rpath = false` in `[rust]`
1593+
// table of `config.toml`
15941594
//
15951595
// Ok, so the astute might be wondering "why isn't `-C rpath` used
15961596
// here?" and that is indeed a good question to ask. This codegen

0 commit comments

Comments
 (0)