summaryrefslogtreecommitdiff
path: root/template/builtin_binary.inc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/builtin_binary.inc.tmpl')
-rw-r--r--template/builtin_binary.inc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/builtin_binary.inc.tmpl b/template/builtin_binary.inc.tmpl
index 2c2f071705..86ea34970b 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')
+% unless ARGV.include?('--cross=yes') || ARGV.include?('--universal=yes')
% ary = RubyVM.enum_for(:each_builtin).to_a
% ary.each{|feature, iseq|