From e88a6e8380ac5892c566eecc2c3ed6ec43857fbe Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 21 Jan 2013 07:45:56 -0800 Subject: wordplay: use selected compiler --- Library/Formula/wordplay.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3