Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created November 3, 2019 12:08
Show Gist options
  • Save robertohuertasm/2526bbccab9518c28fb5fb318907030b to your computer and use it in GitHub Desktop.
Save robertohuertasm/2526bbccab9518c28fb5fb318907030b to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
# Android targets
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
# iOS targets
rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios x86_64-apple-ios i386-apple-ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment