mirror of https://github.com/rust-lang/rust.git
auto merge of #12176 : kballard/rust/dep-info-lib-filename, r=alexcrichton
Fixes #12174.
This commit is contained in:
commit
9e133d113b
|
@ -1085,7 +1085,7 @@ pub fn build_output_filenames(input: &Input,
|
|||
// We want to toss everything after the final '.'
|
||||
let dirpath = match *odir {
|
||||
Some(ref d) => d.clone(),
|
||||
None => os::getcwd(),
|
||||
None => Path::new(".")
|
||||
};
|
||||
|
||||
let mut stem = match *input {
|
||||
|
|
Loading…
Reference in New Issue