diff options
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 8fe993874..acf62a10a 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -67,7 +67,7 @@ class Node < Formula # # http://code.google.com/p/gyp/issues/detail?id=292 # joyent/node#3681 - ENV['DEVELOPER_DIR'] = MacOS.dev_tools_path unless MacOS.xcode_installed? + ENV['DEVELOPER_DIR'] = MacOS.dev_tools_path unless MacOS::Xcode.installed? args = %W{--prefix=#{prefix}} args << "--debug" if build.include? 'enable-debug' |
