Fix rustup keep redownloading

This commit is contained in:
Wildan M 2025-12-29 07:19:39 +07:00
parent a803cb4040
commit 1d317c3d70
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -10,7 +10,7 @@ BINUTILS_BRANCH=redox-2.43.1
GCC_BRANCH=redox-13.2.0
LIBTOOL_VERSION=2.5.4
# official RISC-V support introduced in newer version
UPSTREAM_RUSTC_VERSION="2025-11-15"
UPSTREAM_RUSTC_VERSION=2025-11-15
export PREFIX_RUSTFLAGS=-L $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib
export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX_INSTALL)