mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[MSWin] Fix for non-Windows (cygwin/msys) BASERUBY
This commit is contained in:
parent
26c4230404
commit
e76a550876
Notes:
git
2022-09-08 13:41:35 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ class Exports::Mswin < Exports
|
|||
end
|
||||
case filetype
|
||||
when /OBJECT/, /LIBRARY/
|
||||
l.chomp!
|
||||
next if /^[[:xdigit:]]+ 0+ UNDEF / =~ l
|
||||
next unless /External/ =~ l
|
||||
next if /(?:_local_stdio_printf_options|v(f|sn?)printf(_s)?_l)\Z/ =~ l
|
||||
|
|
Loading…
Add table
Reference in a new issue