diff options
| author | Charlie Sharpsteen | 2012-08-18 00:17:26 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-08-18 00:17:26 -0700 |
| commit | bfc71f788b4ed23394cd5fb05968c645a75fda11 (patch) | |
| tree | 1416845ae50e31394fc50951628bde4aec8ee0da | |
| parent | db358b49a39fba072b371ca3deb156915f412339 (diff) | |
| download | homebrew-bfc71f788b4ed23394cd5fb05968c645a75fda11.tar.bz2 | |
node: Remove XCode dependency
Node builds just fine under CLT-only installs. Node will not build under any
non-XCode package that provides Apple compilers but lacks a full set of
development Frameworks such as the osx-gcc-compiler.
Fixes #14274.
| -rw-r--r-- | Library/Formula/node.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 52222adcf..ee8ea86db 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -9,7 +9,6 @@ class Node < Formula # Leopard OpenSSL is not new enough, so use our keg-only one depends_on 'openssl' if MacOS.leopard? - depends_on :xcode option 'enable-debug', 'Build with debugger hooks' |
