cmake-rs icon indicating copy to clipboard operation
cmake-rs copied to clipboard

On darwin, explicitly set CMAKE_OSX_ARCHITECTURES to avoid creating fat libraries

Open bigfarts opened this issue 2 years ago • 0 comments

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

bigfarts avatar Aug 30 '22 00:08 bigfarts