From 663d8a03f3ba99a7adbba473e892dde7254e7eb2 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 16 Dec 2015 16:24:50 +0000 Subject: [PATCH] node: add fix note --- Formula/node.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/node.rb b/Formula/node.rb index 21a26be6f1..2cead46c54 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -26,6 +26,7 @@ class Node < Formula # Per upstream - "Need g++ 4.8 or clang++ 3.4". # Clang should work *above* Snow Leopard but currently doesn't. # https://github.com/nodejs/node/issues/4284 + # Fix is landing in v5.3.0, so line below can revert to snow_leopard then. fails_with :clang if MacOS.version <= :lion fails_with :llvm fails_with :gcc_4_0