• Ronald Oussoren's avatar
    disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at · 8e8c8486
    Ronald Oussoren authored
    configure time. The current check is too strict and doesn't allow building
    extensions that can only run on newer versions of the OS than the version
    python was build for, that is python build for 10.3 or later and an extension
    for 10.4. This patch relaxes this check.
    
    This turned out to be a reimplementation of patch 1193190.
    8e8c8486
sysconfig.py 17.7 KB