mmv: fix build with clang

master
Jack Nagel 2014-03-14 11:09:36 -05:00
parent b0a9286a62
commit 421db4154f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Mmv < Formula
end
def install
system "make"
system "make", "CC=#{ENV.cc}", "LDFLAGS="
bin.install 'mmv'
man1.install 'mmv.1'