rust: remove cross error path now that it uses only_for_archs.
This commit is contained in:
parent
244c132c60
commit
38d117ef5b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue