Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE

This commit is contained in:
Derek Guenther 2014-01-13 18:45:33 -06:00
parent b97ace2f6b
commit a599d897fc
5 changed files with 15 additions and 15 deletions

View file

@ -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.