From 220a9336e094011410f38be78e669063898e844d Mon Sep 17 00:00:00 2001 From: imWildCat Date: Wed, 9 Aug 2023 07:33:57 -0700 Subject: [PATCH] fix toolchain install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa6f524..e29c9fc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ prepare-apple: rustup toolchain install nightly - rustup target add aarch64-apple-ios-sim --toolchain nightly && rustup target add aarch64-apple-ios x86_64-apple-ios + rustup target add aarch64-apple-ios-sim aarch64-apple-ios x86_64-apple-ios rustup component add rust-src --toolchain nightly prepare-android: