]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Part of patch #102409: special cases for Cygwin:
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 24 Jan 2001 15:43:09 +0000 (15:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 24 Jan 2001 15:43:09 +0000 (15:43 +0000)
commit506f0b1fc6d44fbc1dffae47b0599ddc916dc596
treeda8e15e14e00b931cb739ba435d2b22c6e163572
parentf47075e86d4693cbe4a176a9a39c90dceef2f005
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.
Lib/distutils/command/build_ext.py