go.tools/dashboard/builder: ignore GOPATH setting during build (on windows)

R=golang-dev, minux.ma, adg
CC=golang-dev
https://golang.org/cl/18920046
This commit is contained in:
Alex Brainman 2013-11-01 11:28:31 +11:00
parent 74b761d099
commit 5879669d9d
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ func (b *Builder) envvWindows() []string {
}
skip := map[string]bool{
"GOBIN": true,
"GOPATH": true,
"GOROOT": true,
"INCLUDE": true,
"LIB": true,