commit | 506f0b1fc6d44fbc1dffae47b0599ddc916dc596 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Jan 24 15:43:09 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Jan 24 15:43:09 2001 +0000 |
tree | da8e15e14e00b931cb739ba435d2b22c6e163572 | |
parent | f47075e86d4693cbe4a176a9a39c90dceef2f005 [diff] |
Part of patch #102409: special cases for Cygwin: Lib/distutils/command/build_ext.py(build_ext.finalize_options): Add Cygwin specific code to append Python's library directory to the extension's list of library directories. (build_ext.get_libraries): Add Cygwin specific code to append Python's (import) library to the extension's list of libraries.