]> granicus.if.org Git - python/commit
On OSX we should not pass the -shared option to ld: it make the build
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 15 Aug 2001 13:17:45 +0000 (13:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 15 Aug 2001 13:17:45 +0000 (13:17 +0000)
commitdf82e58cd516ea1dcd9d0bfc5622a5239af0392d
tree2cae4b1a76af0a59a7eb931d379bed0518fcf5bf
parent31b5323c84f3203ffc8ccf09bf62d1fef10bccd4
On OSX we should not pass the -shared option to ld: it make the build
of audioop and cmath fail. Removing it seems to have no adverse consequences.

Closes bug #450510.
setup.py