• Ned Deily's avatar
    Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. · 83abccbb
    Ned Deily yazdı
    As of Xcode 7, SDKs for Apple platforms now include textual-format stub
    libraries whose file names have a .tbd extension rather than the
    standard OS X .dylib extension.  The Apple compiler tool chain handles
    these stub libraries transparently and the installed system shared libraries
    are still .dylibs.  However, the new stub libraries cause problems for
    third-party programs that support building with Apple SDKs and make
    build-time decisions based on the presence or paths of system-supplied
    shared libraries in the SDK.  In particular, building Python itself with
    an SDK fails to find system-supplied libraries during setup.py's build of
    standard library extension modules.  The solution is to have
    find_library_file() in Distutils search for .tbd files, along with
    the existing types (.a, .so, and .dylib).  Patch by Tim Smith.
    83abccbb
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...