Skip to content

Commit

Permalink
Added a $DEBUG message for devkit.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Azolo committed Apr 15, 2012
1 parent 17c5698 commit 5b0c529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/devkit/dk.rb.erb
Expand Up @@ -64,6 +64,7 @@ EOT
<<-EOT <<-EOT
# enable RubyInstaller DevKit usage as a vendorable helper library # enable RubyInstaller DevKit usage as a vendorable helper library
unless ENV['PATH'].include?('#{d}\\\\mingw\\\\bin') then unless ENV['PATH'].include?('#{d}\\\\mingw\\\\bin') then
puts "Prepending ENV['PATH'] to include DevKit..." if $DEBUG
ENV['PATH'] = '#{d}\\\\bin;#{d}\\\\mingw\\\\bin;' + ENV['PATH'] ENV['PATH'] = '#{d}\\\\bin;#{d}\\\\mingw\\\\bin;' + ENV['PATH']
end end
ENV['RI_DEVKIT'] = '#{d}' ENV['RI_DEVKIT'] = '#{d}'
Expand Down

0 comments on commit 5b0c529

Please sign in to comment.