aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/mmv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mmv.rb b/Library/Formula/mmv.rb
index f4d9f4cd2..591b130eb 100644
--- a/Library/Formula/mmv.rb
+++ b/Library/Formula/mmv.rb
@@ -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'