mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
This commit is contained in:
parent
b1c5496738
commit
3fbfea1fae
2 changed files with 7 additions and 1 deletions
|
|
@ -61,6 +61,11 @@ Tools/Demos
|
|||
|
||||
- Issue #7287: Demo/imputil/knee.py was removed.
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
|
||||
|
||||
|
||||
What's New in Python 3.2 Alpha 3?
|
||||
=================================
|
||||
|
|
|
|||
|
|
@ -3652,7 +3652,8 @@ then
|
|||
esac
|
||||
;;
|
||||
CYGWIN*) SO=.dll;;
|
||||
Linux*) SO=.${SOABI}.so;;
|
||||
Linux*|GNU*)
|
||||
SO=.${SOABI}.so;;
|
||||
*) SO=.so;;
|
||||
esac
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue