Merge pull request #123 from bclermont/gopath-more-fix

more GOPATH fix
This commit is contained in:
therecipe 2016-11-22 15:35:09 +01:00 committed by GitHub
commit 80bb3c0bdf

View file

@ -228,7 +228,7 @@ func build() {
{ {
env = map[string]string{ env = map[string]string{
"PATH": os.Getenv("PATH"), "PATH": os.Getenv("PATH"),
"GOPATH": utils.MustGoPath(), "GOPATH": os.Getenv("GOPATH"),
"GOROOT": runtime.GOROOT(), "GOROOT": runtime.GOROOT(),
"GOOS": "android", "GOOS": "android",