build-style cargo: do not pull complete rustc for target
This commit is contained in:
parent
f8f2ee49fe
commit
acd2241ba4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
hostmakedepends+=" cargo"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makedepends+=" rust"
|
||||
makedepends+=" rust-std"
|
||||
fi
|
||||
|
||||
# Use the config we set in do_configure
|
||||
|
|
Loading…
Reference in a new issue