homebrew: deparallelize build

This commit is contained in:
aph 2014-03-01 22:46:56 +00:00
parent f133ce130e
commit 2bd6d44403

View File

@ -10,6 +10,7 @@ class Neovim < Formula
depends_on 'automake'
def install
ENV.deparallelize
system "make", "PREFIX=#{prefix}", "cmake"
system "make", "PREFIX=#{prefix}"
system "make", "PREFIX=#{prefix}", "install"