[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
@ -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…
x
Reference in New Issue
Block a user