diff --git a/Formula/unison.rb b/Formula/unison.rb index cfa495701c..64a83bc756 100644 --- a/Formula/unison.rb +++ b/Formula/unison.rb @@ -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"