diff options
| author | Charlie Sharpsteen | 2011-09-12 13:23:34 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-12 13:23:34 -0700 |
| commit | 11b5b74effd45119816c7bc2710751adbee5f82d (patch) | |
| tree | 160415082d9697ee15b6b73feb4e1efe530d9693 /Library/Formula | |
| parent | d0dfc22b504062808119afd95322ef88f0e4b79b (diff) | |
| download | homebrew-11b5b74effd45119816c7bc2710751adbee5f82d.tar.bz2 | |
libplist: Deparallize build
Parallel build fails on an 8 core Mac.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libplist.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb index 723766e37..7b8052907 100644 --- a/Library/Formula/libplist.rb +++ b/Library/Formula/libplist.rb @@ -9,6 +9,8 @@ class Libplist < Formula depends_on 'libxml2' def install + ENV.deparallelize # make fails on an 8-core Mac Pro + # Disable Python bindings. inreplace "CMakeLists.txt", 'OPTION(ENABLE_PYTHON "Enable Python bindings (needs Swig)" ON)', '# Disabled Python Bindings' |
