diff options
| author | Steffen Matthischke | 2013-08-14 00:31:01 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-13 21:00:58 -0700 |
| commit | 92b04319d101a2a94d6aade69e84f9b1068dcd09 (patch) | |
| tree | 58bee21558fcac17ed2fc20bb0aa18218e0c5ff0 /Library | |
| parent | 4effe947b3fba8f27256afd126b240719383477e (diff) | |
| download | homebrew-92b04319d101a2a94d6aade69e84f9b1068dcd09.tar.bz2 | |
tbb: succeeds with clang 500
Closes #21881.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tbb.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tbb.rb b/Library/Formula/tbb.rb index e4f45c45b..47740162e 100644 --- a/Library/Formula/tbb.rb +++ b/Library/Formula/tbb.rb @@ -7,6 +7,7 @@ class Tbb < Formula version '4.1u4' fails_with :clang do + build 425 cause "Undefined symbols for architecture x86_64: vtable for tbb::tbb_exception" end |
