mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
homebrew: deparallelize build
This commit is contained in:
parent
f133ce130e
commit
2bd6d44403
@ -10,6 +10,7 @@ class Neovim < Formula
|
|||||||
depends_on 'automake'
|
depends_on 'automake'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
ENV.deparallelize
|
||||||
system "make", "PREFIX=#{prefix}", "cmake"
|
system "make", "PREFIX=#{prefix}", "cmake"
|
||||||
system "make", "PREFIX=#{prefix}"
|
system "make", "PREFIX=#{prefix}"
|
||||||
system "make", "PREFIX=#{prefix}", "install"
|
system "make", "PREFIX=#{prefix}", "install"
|
||||||
|
Loading…
Reference in New Issue
Block a user