diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ function init { function buildGoLib { echo "[+] Using go in" $GO "[`go version`]" + $GO generate ./pkg/config/version/gen.go if [ "$XBUILD" == "no" ] then echo "[+] Building Go library with standard Go compiler" |