Fix for cross_compiling
`RubyVM.each_builtin` is not defined when cross compiling.
This commit is contained in:
parent
967ae6278f
commit
42e8de8db9
@ -1,9 +1,9 @@
|
|||||||
// -*- c -*-
|
// -*- c -*-
|
||||||
% ary = RubyVM.enum_for(:each_builtin).to_a
|
|
||||||
// DO NOT MODIFY THIS FILE DIRECTLY.
|
// DO NOT MODIFY THIS FILE DIRECTLY.
|
||||||
// auto-generated file by tool/generic_erb.rb
|
// auto-generated file by tool/generic_erb.rb
|
||||||
// with template/builtin_binary.inc.tmpl
|
// with template/builtin_binary.inc.tmpl
|
||||||
% unless ARGV.include?('--corss=yes')
|
% unless ARGV.include?('--corss=yes')
|
||||||
|
% ary = RubyVM.enum_for(:each_builtin).to_a
|
||||||
% ary.each{|feature, iseq|
|
% ary.each{|feature, iseq|
|
||||||
|
|
||||||
static const unsigned char <%= feature %>_bin[] = {
|
static const unsigned char <%= feature %>_bin[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user