Header files for MJIT is not generated already

The glob patterns are replaced by rote, but these files have been
removed before it.
This commit is contained in:
Nobuyoshi Nakada 2025-02-13 12:48:30 +09:00
parent ee03df26ba
commit 38cf09fc70
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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