]> Cypherpunks repositories - gostls13.git/commit
cmd/go: permit C files if the package uses SWIG
authorIan Lance Taylor <iant@golang.org>
Sat, 16 May 2015 00:12:20 +0000 (17:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 May 2015 03:58:10 +0000 (03:58 +0000)
commitac7ffdfa1006a40768d11ed7e2e20dab57799df0
treeedf9879dfeeaa5a4973e4b1cde79c2d8f7c21d16
parent0b36e1272de75038578bf9a870165228818e6b9a
cmd/go: permit C files if the package uses SWIG

They will be compiled and added to the archive, just as though the
package used cgo.  In effect all SWIG packages now use cgo anyhow.

Change-Id: I5d5a28ed0ec4295f24036b2834218bc980f080d0
Reviewed-on: https://go-review.googlesource.com/10146
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/go/pkg.go