Pixman: Support Xcode 4.2

Closes Homebrew/homebrew#8121.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Naja v. Schmude 2011-10-14 22:25:02 +02:00 committed by Charlie Sharpsteen
parent 7efdc320b8
commit b792fda39f

View file

@ -9,7 +9,7 @@ class Pixman < Formula
def install
if ENV.compiler == :llvm
if MacOS.xcode_version == "4.1"
if MacOS.xcode_version >= "4.1"
ENV.clang
else
ENV.gcc_4_2