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

6 lines
102 B
Bash
Raw Normal View History

2015-02-21 13:38:37 +01:00
hostmakedepends+=" go"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" go-cross-linux"
fi
nostrip=yes