mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5c67392c95
commit
d7655cc292
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class TestMkmf < Test::Unit::TestCase
|
|||
}
|
||||
mkconfig = {
|
||||
"hdrdir" => "$(top_srcdir)/include",
|
||||
"srcdir" => "$(top_srcdir)/ext/#{$mdir}",
|
||||
"srcdir" => "$(top_srcdir)",
|
||||
"topdir" => $topdir,
|
||||
}
|
||||
rbconfig0.each_pair {|key, val| rbconfig[key] ||= val.dup}
|
||||
|
|
Loading…
Reference in a new issue