diff options
| author | Jack Nagel | 2012-09-13 20:54:17 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-13 20:54:17 -0500 |
| commit | 52bdfa175d9afe4431925834d4512371ce2de917 (patch) | |
| tree | c8ed7fdcfb5f10aed2ee07bdcd1aa6e7e7d7a112 /Library/Formula/node.rb | |
| parent | 5f67e48f752b598d6dc440de545ee4870185d55c (diff) | |
| download | homebrew-52bdfa175d9afe4431925834d4512371ce2de917.tar.bz2 | |
node: use Xcode module method
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' |
