packages/lang/rust
Tianling Shen efdbac38dc rust: put host build dir to target build dir
When user runs `make clean` command, everything in `$(STAGING_DIR)`
(where we installed rust) will be removed, but `$(BUILD_DIR_HOST)`
(where we compiled rust and stored build stage) is untouched.

So when user starts a new build after that, OpenWrt buildroot will
still consider `rust` is installed already, resulting the build error
"cargo: command not found".

Fix this by moving to target build dir as well.

Fixes: f489e019ac ("rust: compile host package per target")

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-07-23 00:14:49 +08:00
..
files rust: remove useless tarball package 2023-03-24 02:08:47 +08:00
patches rust: Update to 1.71.0 2023-07-18 04:49:50 +08:00
Makefile rust: put host build dir to target build dir 2023-07-23 00:14:49 +08:00
rust-host-build.mk rust: refactor build helper 2023-03-24 02:08:47 +08:00
rust-package.mk rust: enable riscv64 support 2023-06-07 19:17:08 +08:00
rust-values.mk rust: compile host package per target 2023-07-18 04:49:50 +08:00