aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 242adae09..eb1e30c80 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -15,7 +15,9 @@ class Node < Formula
# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?
- fails_with_llvm :build => 2326
+ fails_with :llvm do
+ build 2326
+ end
# Stripping breaks dynamic loading
skip_clean :all