Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created November 3, 2019 12:13
Show Gist options
  • Save robertohuertasm/c9ac36f92d41f9d1f784439cef421480 to your computer and use it in GitHub Desktop.
Save robertohuertasm/c9ac36f92d41f9d1f784439cef421480 to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
# we're still in the `rust` folder so…
inc=../ios/include
libs=../ios/libs
mkdir ${inc}
mkdir ${libs}
cp rustylib.h ${inc}
cp target/universal/release/librustylib.a ${libs}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment