We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
myrust
1 parent c709842 commit 985f2fdCopy full SHA for 985f2fd
make_fat.sh
@@ -22,7 +22,7 @@ cargo +nightly build -Z build-std --target x86_64-apple-ios-macabi --release > /
22
23
# ARM64 Catalyst
24
echo "Building for Mac Catalyst ARM64..."
25
-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
26
27
# iOS
28
echo "Building for ARM iOS..."
0 commit comments