mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use cross compiling settings as fake.rb for snapshots
This commit is contained in:
parent
68a092a469
commit
85a483169f
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ def package(vcs, rev, destdir, tmp = nil)
|
|||
# use fallback file
|
||||
end
|
||||
clean.create("config.status", status)
|
||||
clean.create("noarch-fake.rb")
|
||||
clean.create("noarch-fake.rb", "require_relative 'cross'\n")
|
||||
FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
|
||||
File.binwrite("#{hdrdir}/config.h", "")
|
||||
FileUtils.mkpath(defaults = "#{extout}/rubygems/defaults")
|
||||
|
|
Loading…
Add table
Reference in a new issue