Skip to content

Commit 985f2fd

Browse files
committed
Use nightly Rust instead of myrust for building for Mac Catalyst ARM64
`myrust` was probably the Rust that contained rust-lang/rust#77484
1 parent c709842 commit 985f2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_fat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cargo +nightly build -Z build-std --target x86_64-apple-ios-macabi --release > /
2222

2323
# ARM64 Catalyst
2424
echo "Building for Mac Catalyst ARM64..."
25-
cargo +myrust build -Z build-std --target aarch64-apple-ios-macabi --release > /dev/null 2>&1
25+
cargo +nightly build -Z build-std --target aarch64-apple-ios-macabi --release > /dev/null 2>&1
2626

2727
# iOS
2828
echo "Building for ARM iOS..."

0 commit comments

Comments
 (0)