mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
a51661d378
commit
d97fc48e92
1 changed files with 2 additions and 2 deletions
|
@ -134,9 +134,9 @@ class Gem::Ext::Builder
|
|||
end
|
||||
|
||||
##
|
||||
# Logs the build +output+ in +build_dir+, then raises Gem::Ext::BuildError.
|
||||
# Logs the build +output+, then raises Gem::Ext::BuildError.
|
||||
|
||||
def build_error(build_dir, output, backtrace = nil) # :nodoc:
|
||||
def build_error(output, backtrace = nil) # :nodoc:
|
||||
gem_make_out = write_gem_make_out output
|
||||
|
||||
message = <<-EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue