diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-11-28 13:01:49 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-11-28 13:01:49 +0000 |
| commit | 26d48c9a378f20f817e779328affc6c2643a3505 (patch) | |
| tree | fab90f2d1a3ff2b2ee8ef48cad14b4865bcb2b7c /scripts/setup_rust_fork.sh | |
| parent | a00c7a01dab2834eb16142e8cc7e984bf58508d2 (diff) | |
| download | rust-26d48c9a378f20f817e779328affc6c2643a3505.tar.gz rust-26d48c9a378f20f817e779328affc6c2643a3505.zip | |
Rename the build/ directory to dist/
This will allow putting all temporary build artifacts in build/ in the future, keeping all the build output artifacts in dist/
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 5a73cb0e2c2..6c64b7de7da 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -36,7 +36,7 @@ changelog-seen = 2 ninja = false [build] -rustc = "$(pwd)/../build/rustc-clif" +rustc = "$(pwd)/../dist/rustc-clif" cargo = "$(rustup which cargo)" full-bootstrap = true local-rebuild = true |
