From 38d117ef5b4f26085fd4ebc9e7190fc8fc986106 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 4 Apr 2014 11:49:34 +0200 Subject: [PATCH] rust: remove cross error path now that it uses only_for_archs. --- srcpkgs/rust/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 356409b88b7..ceb726dc34a 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -18,10 +18,6 @@ if [ "$XBPS_MACHINE" = "x86_64" ]; then configure_args+=" --build=$(gcc -dumpmachine)" fi -if [ "$CROSS_BUILD" ]; then - msg_error "$pkgver cannot be cross compiled currently.\n" -fi - post_install() { vinstall COPYRIGHT 644 usr/share/licenses/rust LICENSE