aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/unison.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/unison.rb b/Library/Formula/unison.rb
index bfbbfb873..82d4e5437 100644
--- a/Library/Formula/unison.rb
+++ b/Library/Formula/unison.rb
@@ -10,6 +10,7 @@ class Unison < Formula
def install
ENV.j1
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"
system "make UISTYLE=text"
bin.install 'unison'