diff options
| author | Misty De Meo | 2014-04-14 13:40:36 -0700 |
|---|---|---|
| committer | Misty De Meo | 2014-04-14 13:40:55 -0700 |
| commit | 621bb0049fdcf4e91ffa6bf8ab6a7a074e1e440e (patch) | |
| tree | f5307a5030be1f5542ab36e1a2ed7db94e057aca /Library/Homebrew/compilers.rb | |
| parent | 169aa1ac391ce67894e22d24fa4dae83b5059515 (diff) | |
| download | brew-621bb0049fdcf4e91ffa6bf8ab6a7a074e1e440e.tar.bz2 | |
CompilerFailure: llvm can't build C++11 either
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index d545606af..eb13cd9f6 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -36,6 +36,7 @@ class CompilerFailure :cxx11 => [ [:gcc_4_0, proc { cause MESSAGES[:cxx11] }], [:gcc, proc { cause MESSAGES[:cxx11] }], + [:llvm, proc { cause MESSAGES[:cxx11] }], [:clang, proc { build 425; cause MESSAGES[:cxx11] }], [{:gcc => '4.3'}, proc { cause MESSAGES[:cxx11] }], [{:gcc => '4.4'}, proc { cause MESSAGES[:cxx11] }], |
