]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add any .c/.cc files to the SWIG shared library
authorIan Lance Taylor <iant@golang.org>
Wed, 9 Oct 2013 17:35:46 +0000 (10:35 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 9 Oct 2013 17:35:46 +0000 (10:35 -0700)
commitc774e902083c677cffb9873e7d46346bcbf8cc21
tree8fec54a1660be00526ec425636e57e47eddbc5e9
parentcb309173874e3dd0dca19c904fd368b59e373906
cmd/go: add any .c/.cc files to the SWIG shared library

Also add the action's object directory to the list of
directories we use to find SWIG shared libraries.

Fixes #6521.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/14369043
misc/swig/callback/callback.cc [new file with mode: 0644]
misc/swig/callback/callback.h
src/cmd/go/build.go