]> Cypherpunks repositories - gostls13.git/commit
go/build: make -I/-L options in cgo flags absolute
authorIan Lance Taylor <iant@golang.org>
Fri, 26 May 2017 05:20:27 +0000 (22:20 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 13 Jun 2017 18:36:04 +0000 (18:36 +0000)
commitb488073d514d06269eab561104c0dc5ff606c4ba
tree2a9e20b60e8d479f2c610cc8e4b87f723467febe
parentd1211b9a9f65ea3f184ceb34f1833d4d1a623f7c
go/build: make -I/-L options in cgo flags absolute

Fixes #20266.

Change-Id: I51383820880e3d3566ef3d70650a0863756003ba
Reviewed-on: https://go-review.googlesource.com/44291
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
misc/cgo/test/cgo_test.go
misc/cgo/test/issue20266.go [new file with mode: 0644]
misc/cgo/test/issue20266/issue20266.h [new file with mode: 0644]
src/cmd/go/go_test.go
src/go/build/build.go