From acd2241ba43c0004c479405565a75e36266b0c21 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 15 Oct 2018 22:45:50 +0200 Subject: [PATCH] build-style cargo: do not pull complete rustc for target --- common/environment/build-style/cargo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/environment/build-style/cargo.sh b/common/environment/build-style/cargo.sh index be9aa1b4ecd..1ba8d9fadae 100644 --- a/common/environment/build-style/cargo.sh +++ b/common/environment/build-style/cargo.sh @@ -1,7 +1,7 @@ hostmakedepends+=" cargo" if [ "$CROSS_BUILD" ]; then - makedepends+=" rust" + makedepends+=" rust-std" fi # Use the config we set in do_configure