mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixes SF bug#614051: win32 build_ext problem.
This commit is contained in:
parent
ccf4e421b8
commit
05c9335659
1 changed files with 2 additions and 0 deletions
|
@ -635,6 +635,8 @@ class build_ext (Command):
|
|||
# don't extend ext.libraries, it may be shared with other
|
||||
# extensions, it is a reference to the original list
|
||||
return ext.libraries + [pythonlib]
|
||||
else:
|
||||
return ext.libraries
|
||||
elif sys.platform == "os2emx":
|
||||
# EMX/GCC requires the python library explicitly, and I
|
||||
# believe VACPP does as well (though not confirmed) - AIM Apr01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue