mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 13:20:41 +00:00
fix: 🎨 Install ldproxy when installing espidf
This commit is contained in:
parent
40e5fc7ba4
commit
826c35d0d8
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user