diff options
| author | Adam Vandenberg | 2014-04-23 18:55:19 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-23 18:55:26 -0700 |
| commit | 21cb30525bbfd7743f2bf7de6c265fa2fc19531e (patch) | |
| tree | 782a47f1dbbee1f577115e0c91f5a485a3a7fa74 /Library | |
| parent | 65d4e4eeb040d5741ff47426c16a48230cd04792 (diff) | |
| download | homebrew-21cb30525bbfd7743f2bf7de6c265fa2fc19531e.tar.bz2 | |
unison: delete NAME env var
Closes #28642.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/unison.rb | 1 |
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' |
