Workaround for VC 19.42.34433
Suddenly it began to add `_ucrt_int_to_float` by the recent version.
This commit is contained in:
parent
7be4c0a88d
commit
bc409f3fe3
@ -122,6 +122,7 @@ class Exports::Mswin < Exports
|
|||||||
elsif !l.sub!(/^(\S+) \([^@?\`\']*\)$/, '\1')
|
elsif !l.sub!(/^(\S+) \([^@?\`\']*\)$/, '\1')
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
next if /\A__+ucrt_/ =~ l
|
||||||
when /DLL/
|
when /DLL/
|
||||||
next unless l.sub!(/^\s*\d+\s+[[:xdigit:]]+\s+[[:xdigit:]]+\s+/, '')
|
next unless l.sub!(/^\s*\d+\s+[[:xdigit:]]+\s+[[:xdigit:]]+\s+/, '')
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user