try fixing build.sh again
This commit is contained in:
parent
893491ce25
commit
b89ca0dc72
3
build.sh
3
build.sh
@ -49,6 +49,7 @@ mkdir -p $GOPATH
|
|||||||
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
|
||||||
$GOPATH/bin/gx install --global
|
export GO15VENDOREXPERIMENT=1
|
||||||
|
$GOPATH/bin/gx install
|
||||||
go build -v
|
go build -v
|
||||||
echo "Built"
|
echo "Built"
|
||||||
|
Reference in New Issue
Block a user