mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
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 '.'
|
// We want to toss everything after the final '.'
|
||||||
let dirpath = match *odir {
|
let dirpath = match *odir {
|
||||||
Some(ref d) => d.clone(),
|
Some(ref d) => d.clone(),
|
||||||
None => os::getcwd(),
|
None => Path::new(".")
|
||||||
};
|
};
|
||||||
|
|
||||||
let mut stem = match *input {
|
let mut stem = match *input {
|
||||||
|
Loading…
Reference in New Issue
Block a user