build-style cargo: do not pull complete rustc for target
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
hostmakedepends+=" cargo"
|
hostmakedepends+=" cargo"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" rust"
|
makedepends+=" rust-std"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use the config we set in do_configure
|
# Use the config we set in do_configure
|
||||||
|
|||||||
Reference in New Issue
Block a user