diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/Makefile.in | 1 | ||||
-rw-r--r-- | template/builtin_binary.inc.tmpl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index e06834e4ca..93fa02d9d7 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -65,7 +65,6 @@ rubyarchhdrdir = @rubyarchhdrdir@ ruby_version = @ruby_version@ RUBY_VERSION_NAME = @RUBY_VERSION_NAME@ UNIVERSAL_ARCHNAMES = @UNIVERSAL_ARCHNAMES@ -UNIVERSAL_BINARY = @UNIVERSAL_BINARY@ TESTUI = console TESTS = diff --git a/template/builtin_binary.inc.tmpl b/template/builtin_binary.inc.tmpl index 86ea34970b..2c2f071705 100644 --- a/template/builtin_binary.inc.tmpl +++ b/template/builtin_binary.inc.tmpl @@ -2,7 +2,7 @@ // DO NOT MODIFY THIS FILE DIRECTLY. // auto-generated file by tool/generic_erb.rb // with template/builtin_binary.inc.tmpl -% unless ARGV.include?('--cross=yes') || ARGV.include?('--universal=yes') +% unless ARGV.include?('--cross=yes') % ary = RubyVM.enum_for(:each_builtin).to_a % ary.each{|feature, iseq| |