mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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() {
|
post_extract() {
|
||||||
mkdir -p target/snapshot
|
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() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue