summaryrefslogtreecommitdiff
path: root/tool/mjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-18 23:20:44 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2022-09-23 06:44:28 +0900
commit4e0db2f75348fd28ae8ffd242044a020e41afef5 (patch)
tree3652ba28630e77638355951f7e88b58c55da0251 /tool/mjit
parent334b8bd4596cd2fff737f4ced2f2bdf1d7f82679 (diff)
mjit_c.rb doesn't need to be an erb
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6418
Diffstat (limited to 'tool/mjit')
-rwxr-xr-xtool/mjit/bindgen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index 8fa20fe64c..5707019266 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -308,7 +308,7 @@ class BindingGenerator
end
src_dir = File.expand_path('../..', __dir__)
-src_path = File.join(src_dir, 'tool/ruby_vm/views/mjit_c.rb.erb')
+src_path = File.join(src_dir, 'mjit_c.rb')
build_dir = File.expand_path(build_dir)
cflags = [
src_dir,