unison: delete NAME env var

Closes Homebrew/homebrew#28642.
This commit is contained in:
Adam Vandenberg 2014-04-23 18:55:19 -07:00
parent 14105b6271
commit e7a57e13dc

View file

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