mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00
merge revision(s) 57412: [Backport #13308]
Update Rubygems 2.6.10 *2ee5bf9fd3
*be510dd409
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94e70ce869
commit
b85d2e8a5a
23 changed files with 236 additions and 57 deletions
|
@ -48,9 +48,11 @@ class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder
|
|||
run cmd, results
|
||||
ensure
|
||||
if File.exist? 'mkmf.log'
|
||||
results << "To see why this extension failed to compile, please check" \
|
||||
" the mkmf.log which can be found here:\n"
|
||||
results << " " + File.join(dest_path, 'mkmf.log') + "\n"
|
||||
unless $?.success? then
|
||||
results << "To see why this extension failed to compile, please check" \
|
||||
" the mkmf.log which can be found here:\n"
|
||||
results << " " + File.join(dest_path, 'mkmf.log') + "\n"
|
||||
end
|
||||
FileUtils.mv 'mkmf.log', dest_path
|
||||
end
|
||||
siteconf.unlink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue