]> Cypherpunks repositories - gostls13.git/commit
cmd/go: handle escapes in pkg-config output
authorQuentin Smith <quentin@golang.org>
Thu, 3 Nov 2016 22:45:01 +0000 (18:45 -0400)
committerQuentin Smith <quentin@golang.org>
Mon, 7 Nov 2016 21:50:26 +0000 (21:50 +0000)
commitc2917af6280ea1bcc5ebf85224055ae1a1882af3
tree8a51a2c510078dc9e3533101f3d9bfc6a2fb5a4f
parent47d1c42aff6bb84a654cc69b1dbc42f855b03415
cmd/go: handle escapes in pkg-config output

This commit also adds a test for pkg-config usage in cgo.

Fixes #16455.

Change-Id: I95fb6a288a4d19093c4613c93878017d95cbe4a2
Reviewed-on: https://go-review.googlesource.com/32735
Run-TryBot: Quentin Smith <quentin@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/build.go
src/cmd/go/build_test.go
src/cmd/go/go_test.go