aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-05-25 14:37:44 -0700
committerAdam Vandenberg2010-05-25 14:37:44 -0700
commit09a7212eea4833b291fc17f2fdd0d91fcb2fdb95 (patch)
treed5895b237aa2edd8b1f3946f6b7181efe036acb9 /Library/Formula/python.rb
parent6e5b83c3b0e94c0ee721d87eca64c0e9cbe5d163 (diff)
downloadhomebrew-09a7212eea4833b291fc17f2fdd0d91fcb2fdb95.tar.bz2
Python - ENV.j1 for install
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index b5f7853a5..b8483a0e3 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -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