• Ned Deily's avatar
    Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. · 020250f9
    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.
    020250f9
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
tests Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
_msvccompiler.py Loading commit data...
archive_util.py Loading commit data...
bcppcompiler.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
config.py Loading commit data...
core.py Loading commit data...
cygwinccompiler.py Loading commit data...
debug.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
errors.py Loading commit data...
extension.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
filelist.py Loading commit data...
log.py Loading commit data...
msvc9compiler.py Loading commit data...
msvccompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...
versionpredicate.py Loading commit data...