Skip to content

Commit

Permalink
Revert "DEBUG: dump mkmf.log"
Browse files Browse the repository at this point in the history
This reverts commit 69e209a.

The debug has finishted.
  • Loading branch information
nobu committed Sep 19, 2019
1 parent cbf405f commit b3ddeac
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ext/extmk.rb
Expand Up @@ -270,14 +270,6 @@ def extmake(target, basedir = 'ext', maybestatic = true)
end
ensure
Logging::log_close
if error
begin
if File.exist?("mkmf.log")
IO.copy_stream("mkmf.log", STDERR)
end
rescue SystemCallError
end
end
if rbconfig0
RbConfig.module_eval {
remove_const(:CONFIG)
Expand Down

0 comments on commit b3ddeac

Please sign in to comment.