mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 12:50:54 +00:00
fix: 🐛 Fix toolchain_destination path
This commit is contained in:
parent
fcd0bcef79
commit
d6fb3dd3aa
@ -178,8 +178,7 @@ impl RustToolchain {
|
||||
let toolchain_destination = args
|
||||
.toolchain_destination
|
||||
.clone()
|
||||
.unwrap_or_else(|| rustup_home.join("/toolchains/esp"));
|
||||
|
||||
.unwrap_or_else(|| rustup_home.join("toolchains").join("esp"));
|
||||
Self {
|
||||
dist_file,
|
||||
dist_url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user