Python - ENV.j1 for install

master
Adam Vandenberg 2010-05-25 14:37:44 -07:00
parent ea1a580e9d
commit 64d0fe91c4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Python <Formula
system "./configure", *args
system "make"
ENV.j1 # Framework builds need to be installed serialized
system "make install"
end
end