more GOPATH fix

This commit is contained in:
Bruno Clermont 2016-11-22 18:23:41 +07:00
parent 6cdfc0c047
commit 12ac604dc4

View file

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