summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-29 19:01:05 -0400
committerusa <usa@garbagecollect.jp>2021-11-24 23:45:57 +0900
commit3d19c2900e6d7feaff40d1e3ace62afce60b5bac (patch)
treef8ef5580e67ee31377f305c80ac325667da45671 /tool
parente6f4a39a4de28067ff0b5dca55a8c09a8f9e2006 (diff)
No need to link and install .pdb anymore
With /Z7, no .pdb file is generated, so trying to link it during build fails on my machine even though it's okay on CI. By the way, in my local testing, no .pdb is generated in cwd at runtime even without the /Fd option. I guess we can pass it just in case.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5058
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rbinstall.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 0f86850db7..852ff8f698 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -429,7 +429,6 @@ install?(:ext, :arch, :hdr, :'arch-hdr', :'hdr-arch') do
install_recursive("#{$extout}/include/#{CONFIG['arch']}", archhdrdir, :glob => "*.h", :mode => $data_mode)
install_recursive("#{$extout}/include/#{CONFIG['arch']}", archhdrdir, :glob => "rb_mjit_header-*.obj", :mode => $data_mode)
install_recursive("#{$extout}/include/#{CONFIG['arch']}", archhdrdir, :glob => "rb_mjit_header-*.pch", :mode => $data_mode)
- install_recursive("#{$extout}/include/#{CONFIG['arch']}", archhdrdir, :glob => "rb_mjit_header-*.pdb", :mode => $data_mode)
end
install?(:ext, :comm, :'ext-comm') do
prepare "extension scripts", rubylibdir