diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-27 13:43:46 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-27 13:43:46 (GMT) |
commit | a246d9fefd729294e84a190f2e92cf4e4ff08f20 (patch) | |
tree | 41b2c11eaacd2747ec53fc9d5ad81bf3fc354a2e /Lib/distutils/extension.py | |
parent | d680a862063535ddd92fdb0c99eb969518033d91 (diff) | |
download | cpython-a246d9fefd729294e84a190f2e92cf4e4ff08f20.zip cpython-a246d9fefd729294e84a190f2e92cf4e4ff08f20.tar.gz cpython-a246d9fefd729294e84a190f2e92cf4e4ff08f20.tar.bz2 |
[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.)
Diffstat (limited to 'Lib/distutils/extension.py')
0 files changed, 0 insertions, 0 deletions