screenresolution: specify compiler

master
Misty De Meo 2013-12-19 08:54:06 -08:00
parent a381561ff8
commit 865a66c73a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Screenresolution < Formula
head 'https://github.com/jhford/screenresolution.git', :branch => "master"
def install
system "make"
system "make", "CC=#{ENV.cc}"
system "make", "PREFIX=#{prefix}", "install"
end