Allow fails_with_llvm {}
And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
This commit is contained in:
parent
4bed7b2942
commit
e2e44ffb82
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ class Node < Formula
|
|||
# Leopard OpenSSL is not new enough, so use our keg-only one
|
||||
depends_on 'openssl' if MacOS.leopard?
|
||||
|
||||
fails_with_llvm
|
||||
fails_with_llvm :build => 2326 if MacOS.lion?
|
||||
|
||||
# Stripping breaks dynamic loading
|
||||
skip_clean :all
|
||||
|
|
|
@ -9,7 +9,7 @@ class Ruby < Formula
|
|||
depends_on 'readline'
|
||||
depends_on 'libyaml'
|
||||
|
||||
fails_with_llvm
|
||||
fails_with_llvm :build => 2326 if MacOS.lion?
|
||||
|
||||
# Stripping breaks dynamic linking
|
||||
skip_clean :all
|
||||
|
|
Loading…
Reference in a new issue