mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems, test/rubygems: properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d22130922e
commit
b204eabf05
6 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ class Gem::Ext::Builder
|
|||
|
||||
def self.make(dest_path, results)
|
||||
unless File.exist? 'Makefile' then
|
||||
raise Gem::InstallError, "Makefile not found:\n\n#{results.join "\n"}"
|
||||
raise Gem::InstallError, "Makefile not found:\n\n#{results.join "\n"}"
|
||||
end
|
||||
|
||||
mf = File.read('Makefile')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue