mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Now fake.rb is needed to prepare sources
This commit is contained in:
parent
a01271c1c4
commit
2767cb2825
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ def package(vcs, rev, destdir, tmp = nil)
|
|||
# use fallback file
|
||||
end
|
||||
clean.create("config.status", status)
|
||||
clean.create("noarch-fake.rb")
|
||||
FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
|
||||
File.binwrite("#{hdrdir}/config.h", "")
|
||||
FileUtils.mkpath(defaults = "#{extout}/rubygems/defaults")
|
||||
|
|
Loading…
Reference in a new issue