]> Cypherpunks repositories - gostls13.git/commit
cmd/go: added missing space to pkg-config errors
authorChotepud Teo <AlexRouSg@users.noreply.github.com>
Tue, 8 May 2018 17:00:35 +0000 (17:00 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 8 May 2018 17:32:18 +0000 (17:32 +0000)
commitcf4e5597b72965dd330ecaf2b2e828387fdb3998
tree61796def9fba2ef720b3947408b6473e6e0fb74e
parent50649a967c1e3ce08106976fdf3dad345de50776
cmd/go: added missing space to pkg-config errors

pkg-config errors were missing a space between pkg-config flags and packages
e.g.  pkg-config --cflags --staticsdl2

Fixes #25260

Change-Id: Iacecb697c5782c4822db9eefa1a2e4c4daf91a69
GitHub-Last-Rev: 2adf8576be66e31160c109a79f3853feac293f1b
GitHub-Pull-Request: golang/go#25261
Reviewed-on: https://go-review.googlesource.com/111638
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/exec.go