]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: fix windows build
authorElias Naur <elias.naur@gmail.com>
Wed, 14 Aug 2013 16:47:06 +0000 (12:47 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 14 Aug 2013 16:47:06 +0000 (12:47 -0400)
commita5f257a042f19dfe0023a0e5ad7dd673b32ad087
tree96b9027069b5b40bccb8c57d56048c4ffc153001
parent13c7896fb69cb42da34c31480207aa4e8de19aa5
cmd/cgo: fix windows build

        The shared library changes broke the windows build because __attribute__ ((visibility ("hidden"))) is not supported in windows gcc. This change removes the attribute, as it is only needed when building shared libraries.

R=rsc
CC=golang-dev
https://golang.org/cl/12829044
src/cmd/cgo/out.go