From 21cb30525bbfd7743f2bf7de6c265fa2fc19531e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 23 Apr 2014 18:55:19 -0700 Subject: unison: delete NAME env var Closes #28642. --- Library/Formula/unison.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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' -- cgit v1.2.3