Skip to content

Commit

Permalink
Use nightly Rust instead of myrust for building for Mac Catalyst ARM64
Browse files Browse the repository at this point in the history
`myrust` was probably the Rust that contained rust-lang/rust#77484
  • Loading branch information
q231950 committed Feb 26, 2021
1 parent c709842 commit 985f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_fat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cargo +nightly build -Z build-std --target x86_64-apple-ios-macabi --release > /

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

# iOS
echo "Building for ARM iOS..."
Expand Down

0 comments on commit 985f2fd

Please sign in to comment.