]> Cypherpunks repositories - gostls13.git/commit
cmd/go: trim spaces in pkg-config ldflags output
authorqmuntal <quimmuntal@gmail.com>
Mon, 6 Mar 2023 11:36:31 +0000 (12:36 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 6 Mar 2023 18:19:56 +0000 (18:19 +0000)
commit142d30b2cb036289b27726cee726129087728a66
tree6ad9662511c90cde00bc0722f93e306a45c137e3
parentb94dc384cabf75e7e8703265cd80f5324f84b642
cmd/go: trim spaces in pkg-config ldflags output

Fixes #58889
Updates #35262

Change-Id: I1d51aa03f445faaf4f4e9cc412d5499cad526663
Reviewed-on: https://go-review.googlesource.com/c/go/+/473616
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/go/internal/work/exec.go