Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Add Xcode 4.5.1 to compiler map
Browse files Browse the repository at this point in the history
Closes #15282.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Oct 4, 2012
1 parent 2f47996 commit 119f8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/macos.rb
Expand Up @@ -190,7 +190,8 @@ def prefer_64_bit?
"4.3.3" => {:llvm_build_version=>2336, :clang_version=>"3.1", :clang_build_version=>318},
"4.4" => {:llvm_build_version=>2336, :clang_version=>"4.0", :clang_build_version=>421},
"4.4.1" => {:llvm_build_version=>2336, :clang_version=>"4.0", :clang_build_version=>421},
"4.5" => {:llvm_build_version=>2336, :clang_version=>"4.1", :clang_build_version=>421}
"4.5" => {:llvm_build_version=>2336, :clang_version=>"4.1", :clang_build_version=>421},
"4.5.1" => {:llvm_build_version=>2336, :clang_version=>"4.1", :clang_build_version=>421}
}

def compilers_standard?
Expand Down

0 comments on commit 119f8fa

Please sign in to comment.