Patches item #1471883, was opened at 2006-04-17 20:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1471883&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Ronald Oussoren (ronaldoussoren) Assigned to: Nobody/Anonymous (nobody) Summary: --enable-universalsdk on Mac OS X Initial Comment: This patch adds an --enable-universalsdk flag to configure. When this is used on a MacOS X system with Xcode 2.1 or later this can be used to create universal (aka "fat") binaries for python and its extensions. This patches updates configure.in, which means autoconf should be used before checking in the patch. I've tested the patch on Linux as well, it seems to have no bad effects there. This patch is a cleaned up version of the code behind the --enable- universal-sdk flag in the python24-fat tree at http://svn.pythonmac.org/ python24/python24-fat. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1471883&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
