Skip to content

Commit

Permalink
Retry to merge fileutils-1.1.0.
Browse files Browse the repository at this point in the history
  * Revert "Revert "Merge fileutils-1.1.0.""
    This reverts commit 84bb8e81c25d4d7d6020c3acfbbc36e9064200fa.

  * Added workaround for make mjit-headers

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
hsbt committed May 15, 2018
1 parent 2c852b2 commit 64e2750
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/fileutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@
# <tt>:verbose</tt> flags to methods in FileUtils.
#

require 'rbconfig'
begin
require 'rbconfig'
rescue LoadError
# for make mjit-headers
end

module FileUtils

Expand Down

0 comments on commit 64e2750

Please sign in to comment.