Staging
v0.5.0
https://github.com/python/cpython
Revision 904688b7bf5bfdb377468e9d5c7fc28a539211ed authored by Jack Jansen on 11 January 2005, 13:49:02 UTC, committed by Jack Jansen on 11 January 2005, 13:49:02 UTC
If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we
setup extensions to link with dynamic lookup. We also record the
value in the Makefile, and distutils uses the same value to build extension
modules. If MACOSX_DEPLOYMENT_TARGET is not set it defaults to the
current OSX version.

If we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier)
we link extensions directly against the dynamic library in the framework in
stead of against the framework. This will fix building extensions for 2.3
after 2.4 has been installed too.
1 parent b3dbb01
History
Tip revision: 904688b7bf5bfdb377468e9d5c7fc28a539211ed authored by Jack Jansen on 11 January 2005, 13:49:02 UTC
Backport of fixes for #887242 and #1097739:
Tip revision: 904688b
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.3 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 590.0 KB
configure.in -rw-r--r-- 86.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.7 KB
setup.py -rw-r--r-- 50.7 KB

README

back to top