]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix including of _cgo_export.h
authorGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 30 Jan 2012 18:04:45 +0000 (16:04 -0200)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 30 Jan 2012 18:04:45 +0000 (16:04 -0200)
commitd59c88786dc3a27876c782e2639ade5feae520fc
tree934d4f6dca570df0da9a5d2fcabbbfb04ea4439a
parent74e8a1308a5b67b2482b46f32de05c87220793fc
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.

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