From b89ca0dc72e192ae08792328b1d499ca0c844cc0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 18 Apr 2016 09:26:09 -0400 Subject: [PATCH] try fixing build.sh again --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d4ce430..2448d61 100755 --- a/build.sh +++ b/build.sh @@ -49,6 +49,7 @@ mkdir -p $GOPATH echo "obtaining gx" go get -v github.com/whyrusleeping/gx go get -v github.com/whyrusleeping/gx-go -$GOPATH/bin/gx install --global +export GO15VENDOREXPERIMENT=1 +$GOPATH/bin/gx install go build -v echo "Built"