Archived
1
0

try fixing build.sh more again again

This commit is contained in:
Jeff Becker
2016-04-18 09:33:40 -04:00
parent bcb12ecb0f
commit 3799c8caa1

View File

@@ -47,6 +47,5 @@ cd $root
echo "obtaining gx"
go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go
gx install
go build -v
gx install --global && go build -v
echo "Built"