Remove Android hacks (fixes #2505)
Also fixes what I think migh thave been a bug where we did not use the proxy for usage reports. And removes the BuildEnv field that we don't need any more.
This commit is contained in:
1
build.go
1
build.go
@@ -448,7 +448,6 @@ func ldflags() string {
|
||||
fmt.Fprintf(b, " -X main.BuildStamp%c%d", sep, buildStamp())
|
||||
fmt.Fprintf(b, " -X main.BuildUser%c%s", sep, buildUser())
|
||||
fmt.Fprintf(b, " -X main.BuildHost%c%s", sep, buildHost())
|
||||
fmt.Fprintf(b, " -X main.BuildEnv%c%s", sep, buildEnvironment())
|
||||
return b.String()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user