aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wordplay.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wordplay.rb b/Library/Formula/wordplay.rb
index 58fe6e28d..5662a9690 100644
--- a/Library/Formula/wordplay.rb
+++ b/Library/Formula/wordplay.rb
@@ -16,7 +16,7 @@ class Wordplay < Formula
def install
inreplace "wordplay.c", "@PREFIX@", prefix
- system "make"
+ system "make", "CC=#{ENV.cc}"
bin.install 'wordplay'
(share/'wordplay').install 'words721.txt'
end