From 0fd5f063aa8d4e6536e7f79122b4cb17a4f481e5 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Thu, 11 Oct 2018 16:28:04 +0000 Subject: win32/Makefile.sub: generate MJIT header pdb in the MJIT-header-specific path, not default path like vc140.pdb. mjit_worker.c: specify the MJIT-header-specific pdb path. tool/rbinstall.rb: install MJIT header pdb as well. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/rbinstall.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 90313b49d4..6c7fc60002 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -406,6 +406,7 @@ 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 -- cgit v1.2.3