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

make-snapshot: HAVE_BASERUBY

* tool/make-snapshot: set HAVE_BASERUBY to download Unicode data
  files.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-11-06 10:53:17 +00:00
parent 1cede1dab2
commit 1b7bb04e1c

View file

@ -266,6 +266,8 @@ def package(rev, destdir)
MINIRUBY=#{miniruby}
RUNRUBY=#{miniruby}
RUBY=#{ENV["RUBY"]}
HAVE_BASERUBY=yes
BASERUBY=#{ENV["BASERUBY"]}
prereq]
IO.popen(cmd, "w") do |f|
f.puts mk