cargo: temporary broken for cross

This commit is contained in:
Johannes 2019-03-27 17:09:43 +01:00
parent e866a7ee29
commit 77e936d24d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ _cargo_dist_version=0.33.0
build_options="static"
if [ "$CROSS_BUILD" ]; then
broken="build rust first"
hostmakedepends+=" cargo"
makedepends+=" rust"
else