diff options
| author | Adam Vandenberg | 2010-05-25 14:37:44 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-25 14:37:44 -0700 |
| commit | 09a7212eea4833b291fc17f2fdd0d91fcb2fdb95 (patch) | |
| tree | d5895b237aa2edd8b1f3946f6b7181efe036acb9 | |
| parent | 6e5b83c3b0e94c0ee721d87eca64c0e9cbe5d163 (diff) | |
| download | homebrew-09a7212eea4833b291fc17f2fdd0d91fcb2fdb95.tar.bz2 | |
Python - ENV.j1 for install
| -rw-r--r-- | Library/Formula/python.rb | 1 |
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 |
