build-style cargo: do not pull complete rustc for target

This commit is contained in:
Johannes 2018-10-15 22:45:50 +02:00 committed by Johannes
parent f8f2ee49fe
commit acd2241ba4

View file

@ -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