From 11b5b74effd45119816c7bc2710751adbee5f82d Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Mon, 12 Sep 2011 13:23:34 -0700 Subject: libplist: Deparallize build Parallel build fails on an 8 core Mac. --- Library/Formula/libplist.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3