rust-embedded / meta-rust-bin

Yocto layer for installing Rust toolchain from pre-built binaries
106 stars 66 forks source link

Feature/allow native builds #177

Closed mangodan2003 closed 5 months ago

mangodan2003 commented 5 months ago

These changes allow us to build Maturin: https://github.com/PyO3/maturin

nastevens commented 5 months ago

Hey @mangodan2003! Thanks for the changes, they look good to me. Before I merge could you please squash the various commits into a single commit with a descriptive commit message? It helps others keep track of changes that may affect them when updating.