node: add fix note
This commit is contained in:
parent
e951ff375b
commit
663d8a03f3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue