Skip to content

Commit

Permalink
Fixed build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Jun 27, 2024
1 parent 50d683b commit 749e6dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Necessary because of this issue: https://github.com/rust-lang/cargo/issues/9641
fn main() -> anyhow::Result<()> {
embuild::build::CfgArgs::output_propagated("ESP_IDF")?;
embuild::build::LinkArgs::output_propagated("ESP_IDF")
fn main() {
embuild::espidf::sysenv::output();
}

0 comments on commit 749e6dc

Please sign in to comment.