From 2d67ddad2e0d8c87af1ae637919986655341dd87 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 12 Oct 2009 14:01:21 +0200 Subject: Make framework install of Python actually usable. No offense but the use of --with-framework-name option is totally wrong in the Formula. As noted in the Mac build [notes][1] --with-framework-name is *not* to pass the SDK path, but to rename it (e.g. "AwesomePython.framework" instead of just "Python.framework"). To build it as a Mac OS X framework you need to use the --enable-framework flag instead. The same with the other option -- to build Python universally. The flag --enable-universalsdk is missing. [1]: http://svn.python.org/projects/python/branches/release26-maint/Mac/README --- Library/Formula/python.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index da0581975..8b5e6afcf 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -24,11 +24,11 @@ class Python