vp-build/common/environment/build-style/go.sh

6 lines
102 B
Bash

hostmakedepends+=" go"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" go-cross-linux"
fi
nostrip=yes