summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-12-13 16:08:01 -0800
committerGitHub <noreply@github.com>2021-12-13 16:08:01 -0800
commit11b8aaa26a22bb67b144484af6890844771b5f46 (patch)
tree70b7047f412c7ee0c129dd53a634dc0f38c61cf3 /template
parent94494a565d7d3e1277e594db44478edc0233c3e8 (diff)
downloadruby-11b8aaa26a22bb67b144484af6890844771b5f46.tar.gz
Rename --jit to --mjit (#5248)
* Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add
Diffstat (limited to 'template')
-rw-r--r--template/fake.rb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/fake.rb.in b/template/fake.rb.in
index 25053d3dbf..63ddad3e98 100644
--- a/template/fake.rb.in
+++ b/template/fake.rb.in
@@ -15,7 +15,7 @@ if inc = arg['i']
scan(/rb_define_global_const\("(RUBY_\w+)",[^;]*?\bMK(?:INT|STR)\(([^()]*)\)/m) do |n, v|
version[n] = src.value(v)
end
- arg['RUBY_DESCRIPTION_WITH_JIT'] = src.value('description_with_jit')
+ arg['RUBY_DESCRIPTION_WITH_MJIT'] = src.value('description_with_mjit')
end
%>baseruby="<%=arg['BASERUBY']%>"
_\