Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c5496 commit 3fbfea1Copy full SHA for 3fbfea1
2 files changed
Misc/NEWS
@@ -61,6 +61,11 @@ Tools/Demos
61
62
- Issue #7287: Demo/imputil/knee.py was removed.
63
64
+Build
65
+-----
66
+
67
+- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
68
69
70
What's New in Python 3.2 Alpha 3?
71
=================================
configure.in
@@ -3652,7 +3652,8 @@ then
3652
esac
3653
;;
3654
CYGWIN*) SO=.dll;;
3655
- Linux*) SO=.${SOABI}.so;;
+ Linux*|GNU*)
3656
+ SO=.${SOABI}.so;;
3657
*) SO=.so;;
3658
3659
else
0 commit comments