diff options
| author | Adam Vandenberg | 2013-01-21 07:45:56 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-21 07:45:56 -0800 |
| commit | e88a6e8380ac5892c566eecc2c3ed6ec43857fbe (patch) | |
| tree | 19a246301d5986ece2275666156c9e9dd5ea8cbf /Library/Formula | |
| parent | 78c65352b78052ff71cb18008f4925ce5391d187 (diff) | |
| download | homebrew-e88a6e8380ac5892c566eecc2c3ed6ec43857fbe.tar.bz2 | |
wordplay: use selected compiler
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wordplay.rb | 2 |
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 |
