Update README.md

x86_64-apple-ios conditional
This commit is contained in:
Flux 2025-01-21 17:14:33 +02:00 committed by GitHub
parent 1a0918ca33
commit 5749f0a130
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ This script compiles a Rust library for both Android and iOS and copies the gene
- Installs missing cross-compilation targets. - Installs missing cross-compilation targets.
- Compiles Rust for Android. - Compiles Rust for Android.
- Conditionally compiles Rust for iOS if running on macOS. - Conditionally compiles Rust for iOS if running on macOS.
- Optionally includes `x86` and `x86_64` Android targets using the `-x` flag. - Optionally includes `x86` and `x86_64` Android/iOS targets using the `-x` flag.
- Automatically cleans the build directory before compiling. - Automatically cleans the build directory before compiling.
- Copies `.so` (Android) and `.dylib` (iOS) files to the Flutter project. - Copies `.so` (Android) and `.dylib` (iOS) files to the Flutter project.