Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
node: use Xcode module method
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel authored and Dennis Luxen committed Sep 17, 2012
1 parent 9dbabe5 commit bce5555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/node.rb
Expand Up @@ -67,7 +67,7 @@ def install
# #
# http://code.google.com/p/gyp/issues/detail?id=292 # http://code.google.com/p/gyp/issues/detail?id=292
# joyent/node#3681 # 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 = %W{--prefix=#{prefix}}
args << "--debug" if build.include? 'enable-debug' args << "--debug" if build.include? 'enable-debug'
Expand Down

0 comments on commit bce5555

Please sign in to comment.