make-snapshot: fix circular dependency

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-12-13 03:55:13 +00:00
Родитель 910848f2a9
Коммит 8270a49331
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -329,6 +329,7 @@ def package(vcs, rev, destdir, tmp = nil)
"BOOTSTRAPRUBY"=>baseruby,
"PWD"=>Dir.pwd,
"CONFIGURE"=>"configure",
"arch"=>"noarch",
}
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
args = vars.dup