Archived
1
0

try fixing build.sh AGAIN

This commit is contained in:
Jeff Becker 2016-04-18 09:27:53 -04:00
parent b89ca0dc72
commit bcb12ecb0f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -44,12 +44,9 @@ if [ "x$rev" == "x" ] ; then
fi
cd $root
export GOPATH=$root/go
mkdir -p $GOPATH
echo "obtaining gx"
go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go
export GO15VENDOREXPERIMENT=1
$GOPATH/bin/gx install
gx install
go build -v
echo "Built"