diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-02-15 18:23:11 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-13 16:39:59 +0000 |
| commit | d0b8896189f5b2fb472d54ed389681dff97d907b (patch) | |
| tree | efbd6821a4720b63da1d0a23d2f2c6278e2f2a90 /scripts/setup_rust_fork.sh | |
| parent | ce3f300e40146480d3f508e9657c454bf6881b10 (diff) | |
| download | rust-d0b8896189f5b2fb472d54ed389681dff97d907b.tar.gz rust-d0b8896189f5b2fb472d54ed389681dff97d907b.zip | |
Allow building the build system using cargo
Rust's build system only handles cargo, not rustc.
Diffstat (limited to 'scripts/setup_rust_fork.sh')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index abb09775d21..15b16b42be5 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -./y.rs build --no-unstable-features +./y.sh build --no-unstable-features echo "[SETUP] Rust fork" git clone https://github.com/rust-lang/rust.git || true |
