fix: 🎨 Install ldproxy when installing espidf

This commit is contained in:
Sergio Gasquez 2022-09-19 10:51:48 +00:00
parent 40e5fc7ba4
commit 826c35d0d8

View File

@ -152,8 +152,7 @@ fn install(args: InstallOpts) -> Result<()> {
"source {}/export.sh",
get_espidf_path(&espidf_version)
));
// TODO: Install ldproxy
install_extra_crate("ldproxy")?;
rust_toolchain.install_extra_crate("ldproxy")?;
} else {
info!("{} Installing gcc for build targets", emoji::WRENCH);
exports.extend(install_gcc_targets(targets).unwrap().iter().cloned());