Pixman: Support Xcode 4.2
Closes Homebrew/homebrew#8121. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
7efdc320b8
commit
b792fda39f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue