提交 be2a2649 编写于 作者: F Felix Lange

build: set GO15VENDOREXPERIMENT in env.sh

This should fix the 'make' build with Go 1.5.
上级 64359c94
......@@ -20,7 +20,8 @@ fi
# Set up the environment to use the workspace.
GOPATH="$workspace"
export GOPATH
GO15VENDOREXPERIMENT=1
export GOPATH GO15VENDOREXPERIMENT
# Run the command inside the workspace.
cd "$ethdir/go-ethereum"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册