From 52bdfa175d9afe4431925834d4512371ce2de917 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Sep 2012 20:54:17 -0500 Subject: node: use Xcode module method --- Library/Formula/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/node.rb') 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' -- cgit v1.2.3