diff options
Diffstat (limited to 'Library')
| -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' |
