From f1e09169f28f15740f02473f415bfd5ea52d53af Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 22 Jun 2020 21:15:14 +0200 Subject: [PATCH] cargo: nocross for now --- srcpkgs/cargo/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template index de7ed57bce..7c9c8d150f 100644 --- a/srcpkgs/cargo/template +++ b/srcpkgs/cargo/template @@ -15,6 +15,7 @@ distfiles="https://github.com/rust-lang/cargo/archive/${version}.tar.gz" checksum=304b2abb13ca0219a3485466625f2a38e6011f898199272ee76ad03d4c8c68b0 replaces="cargo-tree>=0" _cargo_dist_version=0.44.0 +nocross=yes build_options="static bindist" desc_option_bindist="Generate a tarball for bootstrap"