cmake-rs
cmake-rs copied to clipboard
Fix ios cross compilation
- Make sure
CMAKE_OSX_ARCHITECTURES
gets defined for iOS if not user-supplied (extending existing logic for macOS) - Make sure
CMAKE_OSX_SYSROOT
gets defined as well