diff options
| author | Adam Vandenberg | 2012-07-05 09:22:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-05 09:22:11 -0700 |
| commit | 6778493dd870b63f9307f8e7d0c4c9801b07f64e (patch) | |
| tree | 3ad960833780386c82f28e3a7c1358469ff4d27f /Library | |
| parent | bac9b5e05f803119b8a54fe7db74d3ecaac626c2 (diff) | |
| download | homebrew-6778493dd870b63f9307f8e7d0c4c9801b07f64e.tar.bz2 | |
devil also fails with clang 4.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/devil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/devil.rb b/Library/Formula/devil.rb index d0a2c2b35..bec2e37ef 100644 --- a/Library/Formula/devil.rb +++ b/Library/Formula/devil.rb @@ -15,7 +15,7 @@ class Devil < Formula # also, even with -std=gnu99 removed from the configure script, # devil fails to build with clang++ while compiling il_exr.cpp fails_with :clang do - build 318 + build 421 cause "invalid -std=gnu99 flag while building C++" end |
