]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
After discussion on the PythonMac-SIG it was decided that it is better
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 26 Dec 2004 23:07:48 +0000 (23:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 26 Dec 2004 23:07:48 +0000 (23:07 +0000)
commitbe95462c1c2955a9e41d754e7ebe9f825c980409
tree4836eae1a9673b0b564f222ff1f0790e82d61427
parent6116f07fdc8793eb3d8e0c48de3d705d11c31dae
After discussion on the PythonMac-SIG it was decided that it is better
to make using "-undefined dynamic_lookup" for linking extensions more
automatic on 10.3 and later. So if we're on that platform and
MACOSX_DEPLOYMENT_TARGET is not set we now set it to the current OSX
version during configure. Additionally, distutils will pick up the
configure-time value by default.

Will backport.
Lib/distutils/sysconfig.py
configure
configure.in