mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-30 14:20:35 +00:00
fix: 🐛 Fix Windows build
This commit is contained in:
parent
af99b15e3a
commit
ad6f71a370
@ -1,11 +1,9 @@
|
||||
//! Xtensa Rust Toolchain source and installation tools
|
||||
|
||||
#[cfg(unix)]
|
||||
use super::espidf::get_dist_path;
|
||||
use crate::{
|
||||
emoji,
|
||||
host_triple::HostTriple,
|
||||
toolchain::{download_file, get_home_dir},
|
||||
toolchain::{download_file, espidf::get_dist_path, get_home_dir},
|
||||
};
|
||||
use anyhow::{bail, Result};
|
||||
use embuild::cmd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user