diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mu.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index 120be58be..1914cf1d6 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -40,11 +40,17 @@ class Mu < Formula # shipped by default with Mac OS X is too old. ENV['EMACS'] = 'no' unless build.with? 'emacs' + # I dunno. + # https://github.com/djcb/mu/issues/332 + # https://github.com/Homebrew/homebrew/issues/25524 + ENV.delete 'MACOSX_DEPLOYMENT_TARGET' + system 'autoreconf', '-ivf' if build.head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-gui=none" system "make" + system "make test" system "make install" end |
