mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
homebrew: deparallelize build
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user