1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
parent 910848f2a9
commit 8270a49331

View file

@ -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