New build_style: go
This commit is contained in:
5
common/environment/build-style/go.sh
Normal file
5
common/environment/build-style/go.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
hostmakedepends+=" go"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" go-cross-linux"
|
||||
fi
|
||||
nostrip=yes
|
||||
Reference in New Issue
Block a user