]> granicus.if.org Git - python/commit
disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 17 Apr 2006 14:43:30 +0000 (14:43 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Mon, 17 Apr 2006 14:43:30 +0000 (14:43 +0000)
commit59075eb264becaa8279f81a90846e8c248033c32
treead1c8743845456d85b539c93c4ca0784c75d17b6
parent0d660c02364216e704c1370d5f06aa7be682a638
disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at
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.
Lib/distutils/sysconfig.py