diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-11-08 17:35:59 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-11-08 17:35:59 +0100 |
| commit | cf3aa64c662586548f1c5cebbde3cc5864a1cd45 (patch) | |
| tree | a8bd37e3a87a81b5a6e1508571516e1d00fe1d10 /scripts/test_bootstrap.sh | |
| parent | df45a06f8959cb5ba52b5ba1d76df42527c1a448 (diff) | |
| download | rust-cf3aa64c662586548f1c5cebbde3cc5864a1cd45.tar.gz rust-cf3aa64c662586548f1c5cebbde3cc5864a1cd45.zip | |
Better build dir layout
It now matches the layout used by rustc itself
Diffstat (limited to 'scripts/test_bootstrap.sh')
| -rwxr-xr-x | scripts/test_bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_bootstrap.sh b/scripts/test_bootstrap.sh index e8d5c628638..db69541b226 100755 --- a/scripts/test_bootstrap.sh +++ b/scripts/test_bootstrap.sh @@ -48,7 +48,7 @@ cat > config.toml <<EOF ninja = false [build] -rustc = "$(pwd)/../build/cg_clif" +rustc = "$(pwd)/../build/bin/cg_clif" cargo = "$(rustup which cargo)" full-bootstrap = true local-rebuild = true |
