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
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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