]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix including of _cgo_export.h
authorGustavo Niemeyer <gustavo@niemeyer.net>
Wed, 1 Feb 2012 18:07:32 +0000 (16:07 -0200)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Wed, 1 Feb 2012 18:07:32 +0000 (16:07 -0200)
commit9fb24b944812fe555b09395ff341c9818d98e25b
tree4c15515fa20fd2c190d61b0980451108f9c36803
parent4e77e0f294c38c1cc10cd48053a1d8c462d9bb42
cmd/go: fix including of _cgo_export.h

This will add the temporary object directory into the lookup
path so that cgo-exported function declarations may be
included from C files.

This was previously applied by CL 5600043, and apparently
removed by mistake on CL 5598045.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5610054
src/cmd/go/build.go