]> granicus.if.org Git - python/commit
MacOSX: The universal build requires that users have the MacOSX10.4u SDK
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:51:46 +0000 (17:51 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:51:46 +0000 (17:51 +0000)
commitd6272a3cf6cf791abd25b03a2e418d2b382411a7
treed7ba2ebb6456dfe001daf7a70d4311eadc8844d7
parentd610369e8b63930b5a7b1bdafebd3c64af6b4b28
MacOSX: The universal build requires that users have the MacOSX10.4u SDK
installed to build extensions. This patch makes distutils emit a warning when
the compiler should use an SDK but that SDK is not installed, hopefully reducing
some confusion.
Lib/distutils/unixccompiler.py