unison: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:55 +00:00
parent 8afc42636a
commit bd163018e9

View file

@ -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"