New build_style: go
This commit is contained in:
parent
632a3e8e91
commit
77e8751a93
5 changed files with 66 additions and 38 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue