зеркало из https://github.com/github/ruby.git
* ext/extmk.rb (extmake): initialize $objs before extrace_makefile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
91dd419efb
Коммит
2233d34b39
|
@ -137,6 +137,7 @@ def extmake(target)
|
|||
}
|
||||
begin
|
||||
$extconf_h = nil
|
||||
$objs = []
|
||||
ok &&= extract_makefile(makefile)
|
||||
old_objs = $objs
|
||||
conf = ["#{$srcdir}/makefile.rb", "#{$srcdir}/extconf.rb"].find {|f| File.exist?(f)}
|
||||
|
|
Загрузка…
Ссылка в новой задаче