common/environment/build-style/go.sh: drop go-cross-linux dep

This commit is contained in:
Michael Gehring 2018-03-09 11:31:31 +00:00 committed by Enno Boland
parent c22de2fdf0
commit 7c20248a20

View file

@ -1,7 +1,4 @@
hostmakedepends+=" go"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" go-cross-linux"
fi
nostrip=yes
nopie=yes