We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6121c commit f994f1eCopy full SHA for f994f1e
src/bootstrap/tarball.rs
@@ -112,7 +112,7 @@ impl<'a> Tarball<'a> {
112
fn new_inner(builder: &'a Builder<'a>, component: &str, target: Option<String>) -> Self {
113
let pkgname = crate::dist::pkgname(builder, component);
114
115
- let mut temp_dir = builder.out.join("tmp").join("tarball");
+ let mut temp_dir = builder.out.join("tmp").join("tarball").join(component);
116
if let Some(target) = &target {
117
temp_dir = temp_dir.join(target);
118
}
0 commit comments