Clippy fixup
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
parent
a9fd8d041b
commit
e7441fbf61
1 changed files with 1 additions and 1 deletions
|
|
@ -1343,7 +1343,7 @@ impl Build {
|
|||
.map(|p| &**p);
|
||||
|
||||
if self.config.is_host_target(target) && configured_root.is_none() {
|
||||
return Some(Path::new("/usr"));
|
||||
Some(Path::new("/usr"))
|
||||
} else {
|
||||
configured_root
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue