about summary refs log tree commit diff
path: root/scripts/test_bootstrap.sh
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-11-08 17:35:59 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2020-11-08 17:35:59 +0100
commitcf3aa64c662586548f1c5cebbde3cc5864a1cd45 (patch)
treea8bd37e3a87a81b5a6e1508571516e1d00fe1d10 /scripts/test_bootstrap.sh
parentdf45a06f8959cb5ba52b5ba1d76df42527c1a448 (diff)
downloadrust-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-xscripts/test_bootstrap.sh2
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