good morning!!!!

Skip to content
Snippets Groups Projects
Commit be2a2649 authored by Felix Lange's avatar Felix Lange
Browse files

build: set GO15VENDOREXPERIMENT in env.sh

This should fix the 'make' build with Go 1.5.
parent 64359c94
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment