1
0
Fork 0
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:
Nobuyoshi Nakada 2022-09-06 20:22:21 +09:00
parent 26c4230404
commit e76a550876
Notes: git 2022-09-08 13:41:35 +09:00

View file

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