Replace literal paths to ruby with RUBY_PATH
This commit is contained in:
parent
64ef95e676
commit
89bb6664c4
@ -107,7 +107,7 @@ module Homebrew extend self
|
|||||||
puts "OS X: #{MACOS_FULL_VERSION}-#{kernel}"
|
puts "OS X: #{MACOS_FULL_VERSION}-#{kernel}"
|
||||||
puts "Xcode: #{xcode}" if xcode
|
puts "Xcode: #{xcode}" if xcode
|
||||||
puts "CLT: #{clt}" if clt
|
puts "CLT: #{clt}" if clt
|
||||||
puts "/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby:\n #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}" if RUBY_VERSION.to_f != 1.8
|
puts "#{RUBY_PATH}:\n #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}" if RUBY_VERSION.to_f != 1.8
|
||||||
|
|
||||||
unless MacOS.compilers_standard?
|
unless MacOS.compilers_standard?
|
||||||
puts "GCC-4.0: build #{gcc_40}" if gcc_40
|
puts "GCC-4.0: build #{gcc_40}" if gcc_40
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user