commit | 7595620105bbdea61541fb24d8bc9dca4c9bb235 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Jul 11 08:52:52 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Jul 11 08:52:52 2010 +0000 |
tree | bc69d441004129809d3a32aa900321339db8ab57 | |
parent | e940c5d7df3be2ea63086f160b0c259b673749bf [diff] [blame] |
Fix for issue #9164: with this patch sysconfig and distuls don't break when duplicate '-arch foo' flags end up in CFLAGS (which may happen when building a universal build using macports)
diff --git a/Misc/NEWS b/Misc/NEWS index 86e295e..6235d87 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,8 @@ - Issue #9128: Fix validation of class decorators in parser module. +- Issue #9164: Ensure sysconfig handles dupblice archs while building on OSX + Extension Modules -----------------