Skip to content

Commit

Permalink
Setup clang path for PIO builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 12, 2024
1 parent d2d489c commit d7c2a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/pio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const ESP_IDF_PIO_CONF_VAR_PREFIX: &str = "ESP_IDF_PIO_CONF";
pub fn build() -> Result<EspIdfBuildOutput> {
sanitize_project_path()?;
sanitize_c_env_vars()?;
setup_clang_env()?;

let (pio_scons_vars, link_args, config) =
if let Some(pio_scons_vars) = project::SconsVariables::from_piofirst() {
Expand Down

0 comments on commit d7c2a03

Please sign in to comment.