]> Cypherpunks repositories - gostls13.git/commit
cmd/go: pass env CGO_CFLAGS to cgo
authorJeff Hodges <jeff@somethingsimilar.com>
Mon, 6 Feb 2012 16:26:15 +0000 (11:26 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 6 Feb 2012 16:26:15 +0000 (11:26 -0500)
commiteac86fd3f0edb3a82d51c3ced90a73fd17e22d81
tree2b2ef251bb2a3bc7b06dffe144de152997dcc46f
parentfacee93a8627881ae39abda13cba115274fe20cf
cmd/go: pass env CGO_CFLAGS to cgo

Passing the CGO_CFLAGS to cgo is required to make alternative include
directories work when building a cgo project.

R=rsc
CC=golang-dev
https://golang.org/cl/5635048
src/cmd/go/build.go