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:
parent
ee5a3ba1de
commit
bbaa080c3d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue