aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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