Change Valgrind failure reason after Xcode4 tests
This commit is contained in:
parent
3b421030b8
commit
f7f83088e1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Valgrind < Formula
|
|||
skip_clean 'lib'
|
||||
|
||||
def install
|
||||
fails_with_llvm "Undefined symbols when linking", :build => 2326
|
||||
fails_with_llvm "Makes applications segfault on startup", :build => 2326
|
||||
|
||||
system "./autogen.sh" if File.exists? "autogen.sh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue