Skip to content

Commit

Permalink
Add workaround for #174, cc crate failing on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and SergioGasquez committed May 15, 2024
1 parent 082eb3b commit 23308af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cargo/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ ESP_IDF_VERSION = "v5.1.3"
{% elsif espidfver == "master" %}
ESP_IDF_VERSION = "master"
{% endif %}
# Workaround for https://github.com/esp-rs/esp-idf-template/issues/174 until
# https://github.com/esp-rs/esp-idf-hal/pull/387 gets released and the template
# updated.
CRATE_CC_NO_DEFAULTS = "1"

0 comments on commit 23308af

Please sign in to comment.