auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichton
Renamed `LIBDIR_RELATIVE` to `CFG_LIBDIR_RELATIVE`. It's not a configurable variable, but it looks out of place without the `CFG_` prefix. Fixes #11420
This commit is contained in:
commit
dd8b011319
5 changed files with 15 additions and 15 deletions
|
|
@ -244,7 +244,7 @@ pub fn rust_path() -> ~[Path] {
|
|||
// The name of the directory rustc expects libraries to be located.
|
||||
// On Unix should be "lib", on windows "bin"
|
||||
pub fn libdir() -> ~str {
|
||||
(env!("LIBDIR_RELATIVE")).to_owned()
|
||||
(env!("CFG_LIBDIR_RELATIVE")).to_owned()
|
||||
}
|
||||
|
||||
// The name of rustc's own place to organize libraries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue