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.
1 parent 6c48bfc commit 5633a92Copy full SHA for 5633a92
dist.sh
@@ -9,6 +9,7 @@ TOOLCHAIN_DEST="${DEST}/toolchain-${RUST_TOOLCHAIN}"
9
rm -rf "$TOOLCHAIN_DEST"
10
mkdir -p "$TOOLCHAIN_DEST"
11
cp -r "$WORKING_DIR/rust-build/build/x86_64-apple-darwin/stage2"/* "$TOOLCHAIN_DEST"
12
+cp -r "$WORKING_DIR/rust-build/build/x86_64-apple-darwin/stage2-tools/x86_64-apple-darwin/release/cargo" "$TOOLCHAIN_DEST/bin"
13
14
cp LICENSE* README.md "$DEST"
15
0 commit comments