New submission from Ronald Oussoren <ronaldousso...@mac.com>: Apple just announced that MacOSX 10.6 ("Snow Leopard") will be released in September, and will only support intel systems.
This means that the --with-universal-archs option is not 100% usable if you want to build a version of Python that specifically targets this release of the OS. The attached patch adds the option '--with-universal-archs=intel', which will build a 32-bit/64-bit framework for intel systemsn (that is i386 and x86_64). Note: the patch is for the trunk, I'll port it to 3.x after review. ---------- assignee: ronaldoussoren components: Build, Macintosh files: arch-intel.patch keywords: needs review, patch messages: 89118 nosy: ronaldoussoren severity: normal status: open title: Add "intel" universal architecture on OSX versions: Python 2.7, Python 3.1 Added file: http://bugs.python.org/file14237/arch-intel.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6245> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com