cargo: bootstrap binary is RUST_BUILD, not RUST_TARGET
This commit is contained in:
parent
79f2291898
commit
d6f07b04c2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ esac
|
|||
|
||||
post_extract() {
|
||||
mkdir -p target/snapshot
|
||||
cp ../cargo-${_cargo_dist_version}-${RUST_TARGET}/cargo/bin/cargo cargo
|
||||
cp ../cargo-${_cargo_dist_version}-${RUST_BUILD}/cargo/bin/cargo cargo
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue