cross-rs / cross

“Zero setup” cross compilation and “cross testing” of Rust crates
Apache License 2.0
6.8k stars 379 forks source link

Compiling for mobile #1585

Open Morgandri1 opened 2 weeks ago

Morgandri1 commented 2 weeks ago

Checklist

Describe your request

Cross (hopefully) is functionally able to compile for iOS. my current build target is x86_64-apple-ios, but I'd like to be able to build for all major mobile platforms.

This seems easily possible with a custom image, but I don't know where to start!

Describe why this would be a good inclusion for cross

This would make cross pretty much universal for cross compilation as far as i know. I can't cross-compile openssl any other way.