common/environment/build-style/go.sh: drop go-cross-linux dep
This commit is contained in:
parent
c22de2fdf0
commit
7c20248a20
|
@ -1,7 +1,4 @@
|
|||
hostmakedepends+=" go"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" go-cross-linux"
|
||||
fi
|
||||
nostrip=yes
|
||||
nopie=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue