• Ned Deily's avatar
    bpo-19960: Fix building of zlib on macOS without installed headers (GH-14257) · da7f6dbb
    Ned Deily authored
    When building 2.7 on macOS without system header files installed in
    ``/usr/include``, a few extension modules dependent on system-supplied
    third-party libraries were not being built, most notably zlib.
    This situation arose in the past when building without the Command
    Line Tools and the option to install header files in the traditional
    system locations (like /usr/include).  As of macOS 10.14, the
    header files are only available in an SDK so the problem addressed
    here affects most 2.7 builds.
    da7f6dbb
2019-06-20-01-16-16.bpo-19960.LpLUPF.rst 203 Bytes