aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorJeremy Carbaugh2009-09-24 20:11:07 -0400
committerMax Howell2009-10-01 18:53:25 +0100
commit2d529cb607c1bd3f3bc4d292f56e3739fe9d9a36 (patch)
treef6399fa652187db496c7f510937d4e0442778763 /Library/Formula/python.rb
parent001ad6ae94b3b16f410add8e51c3aaa0e3f75b6a (diff)
downloadhomebrew-2d529cb607c1bd3f3bc4d292f56e3739fe9d9a36.tar.bz2
Build with 10.6
Signed-off-by: Max Howell <max@methylblue.com> I made it use the MACOS_VERSION SDK
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index bcce621c4..278596aa6 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -14,7 +14,7 @@ class Python <Formula
end
def install
- system "./configure --prefix='#{prefix}' --with-framework-name=/Developer/SDKs/MacOSX10.5.sdk"
+ system "./configure --prefix='#{prefix}' --with-framework-name=/Developer/SDKs/MacOSX#{MACOS_VERSION}.sdk"
system "make"
system "make install"