From 38cf09fc7039c386b9c02886f3286273c2791ed2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 13 Feb 2025 12:48:30 +0900 Subject: [PATCH] Header files for MJIT is not generated already The glob patterns are replaced by rote, but these files have been removed before it. --- tool/rbinstall.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 7c482a2c20..d00d3ff69c 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -941,8 +941,6 @@ end install?(:ext, :arch, :hdr, :'arch-hdr', :'hdr-arch') do prepare "extension headers", archhdrdir install_recursive("#{$extout}/include/#{CONFIG['arch']}", archhdrdir, :glob => "*.h", :mode => $data_mode) - install_recursive("#{$extout}/include/#{CONFIG['arch']}", archhdrdir, :glob => "rb_rjit_header-*.obj", :mode => $data_mode) - install_recursive("#{$extout}/include/#{CONFIG['arch']}", archhdrdir, :glob => "rb_rjit_header-*.pch", :mode => $data_mode) end install?(:ext, :comm, :'ext-comm') do