rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

On darwin, explicitly set CMAKE_OSX_ARCHITECTURES to avoid creating fat libraries #160

Closed bigfarts closed 1 year ago

bigfarts commented 2 years ago

Without explicitly CMAKE_OSX_ARCHITECTURES, when crosscompiling for x86_64 on aarch64 the libraries created are wonky and cannot be linked against.