mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
lang/rust: Fix value of ${CARGO_BOOTSTRAP_DIR_aarch64}
It was pointing to the wrong directory. Reported by: jbeich@
This commit is contained in:
parent
6e6ed024fb
commit
bc63a7ccbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443826
@ -54,7 +54,7 @@ RUSTC_BOOTSTRAP= ${RUST_BOOTSTRAP_DIR_${ARCH}:U${RUST_BOOTSTRAP_DIR}}/rustc-${R
|
||||
RUST_STD_BOOTSTRAP= ${RUST_BOOTSTRAP_DIR_${ARCH}:U${RUST_BOOTSTRAP_DIR}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
|
||||
|
||||
CARGO_BOOTSTRAP_DIR?= ${RUST_BOOTSTRAP_DIR}
|
||||
CARGO_BOOTSTRAP_DIR_aarch64?= ${RUST_BOOTSTRAP_DIR}
|
||||
CARGO_BOOTSTRAP_DIR_aarch64?= ${RUST_BOOTSTRAP_DIR_aarch64}
|
||||
CARGO_BOOTSTRAP_VERSION?= 0.18.0
|
||||
CARGO_BOOTSTRAP_VERSION_aarch64?=0.18.0
|
||||
CARGO_BOOTSTRAP= ${CARGO_BOOTSTRAP_DIR_${ARCH}:U${CARGO_BOOTSTRAP_DIR}}/cargo-${CARGO_BOOTSTRAP_VERSION_${ARCH}:U${CARGO_BOOTSTRAP_VERSION}}-${RUST_TARGET}${EXTRACT_SUFX}
|
||||
|
Loading…
Reference in New Issue
Block a user