fix: 🐛 Fix Windows build

This commit is contained in:
Sergio Gasquez 2022-11-04 10:42:04 +01:00
parent af99b15e3a
commit ad6f71a370

View File

@ -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;