unison: use ENV.deparallelize.
This commit is contained in:
parent
8afc42636a
commit
bd163018e9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Unison < Formula
|
|||
depends_on "ocaml" => :build
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
ENV.deparallelize
|
||||
ENV.delete "CFLAGS" # ocamlopt reads CFLAGS but doesn't understand common options
|
||||
ENV.delete "NAME" # https://github.com/Homebrew/homebrew/issues/28642
|
||||
system "make", "./mkProjectInfo"
|
||||
|
|
Loading…
Reference in a new issue