]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed a few silly bugs in my SWIG support code. (Hey, I said it was
authorGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:10:46 +0000 (02:10 +0000)
committerGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:10:46 +0000 (02:10 +0000)
commit5ca84b83c766de8a836ae0a9fff5777b6299613b
tree995a326dcd2230d3b512af9861c962cfbdcfbfd1
parentbb7baa793dc8dbfa00ee6253dd61c35457736fb8
Fixed a few silly bugs in my SWIG support code.  (Hey, I said it was
  experimental and untested.)
Call 'customize_compiler()' after getting CCompiler object.
Lib/distutils/command/build_ext.py