]> granicus.if.org Git - python/commit
[Patch #641685] setup.py contained code for finding libraries, instead
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 27 Nov 2002 13:43:46 +0000 (13:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 27 Nov 2002 13:43:46 +0000 (13:43 +0000)
commita246d9fefd729294e84a190f2e92cf4e4ff08f20
tree41b2c11eaacd2747ec53fc9d5ad81bf3fc354a2e
parentd680a862063535ddd92fdb0c99eb969518033d91
[Patch #641685] setup.py contained code for finding libraries, instead
   of using the CCompiler.find_library_file() provided by the Distutils.
   This patch fixes it to use the Distutils method at the cost of some
   additional glue.

(The duplication resulted in the SSL module not being automatically
built on Macs; the Distutils knew that shared libraries on OS X have a
.dylib extension, but the setup.py code didn't.)
setup.py