Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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