Build with 10.6

Signed-off-by: Max Howell <max@methylblue.com>

I made it use the MACOS_VERSION SDK
This commit is contained in:
Jeremy Carbaugh 2009-09-24 20:11:07 -04:00 committed by Max Howell
parent ee5a3ba1de
commit bbaa080c3d

View file

@ -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"