From 5749f0a130cea97ed3806500a021498648f28ac6 Mon Sep 17 00:00:00 2001 From: Flux Date: Tue, 21 Jan 2025 17:14:33 +0200 Subject: [PATCH] Update README.md x86_64-apple-ios conditional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 600b84e..baf88c6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This script compiles a Rust library for both Android and iOS and copies the gene - Installs missing cross-compilation targets. - Compiles Rust for Android. - 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. - Copies `.so` (Android) and `.dylib` (iOS) files to the Flutter project.