From aea25dbf21424dc21ec7839d8023a55a14d3ebab Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 16 May 2023 11:31:20 -0500 Subject: [PATCH] Update bdk-swift local build script --- bdk-swift/build-local-swift.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bdk-swift/build-local-swift.sh b/bdk-swift/build-local-swift.sh index 55239e7..ba2806e 100755 --- a/bdk-swift/build-local-swift.sh +++ b/bdk-swift/build-local-swift.sh @@ -5,8 +5,8 @@ # # Run the script from the repo root directory, ie: ./bdk-swift/build-local-swift.sh -rustup install nightly-2023-04-10-x86_64-apple-darwin -rustup component add rust-src --toolchain nightly-2023-04-10-x86_64-apple-darwin +rustup install nightly-2023-04-10 +rustup component add rust-src --toolchain nightly-2023-04-10 rustup target add aarch64-apple-ios x86_64-apple-ios rustup target add aarch64-apple-ios-sim --toolchain nightly-2023-04-10 rustup target add aarch64-apple-darwin x86_64-apple-darwin