esp-rs / embuild

Build support for embedded Rust: Cargo integration with other embedded build ecosystems & tools, like PlatformIO, CMake and kconfig.
Apache License 2.0
135 stars 38 forks source link

Fix cmake for macos-arm64 #70

Closed kylehendricks closed 1 year ago

kylehendricks commented 1 year ago

What changed?

Why?

Notes

The same cmake package can be used as the intel macs since it's a "universal" package.

Testing

Adding the following to my project's Cargo.toml fixed my build:

[patch.crates-io]
embuild = { git = "https://github.com/kylehendricks/embuild.git", branch = "fix-macos-arm64" }
ForsakenHarmony commented 1 year ago

can you release this? @ivmarkov

N3xed commented 1 year ago

Released v0.31.1

ForsakenHarmony commented 1 year ago

nice, thanks @N3xed