1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add missing call in 70b7304f03

This commit is contained in:
Takashi Kokubun 2020-04-13 23:11:44 -07:00
parent 70b7304f03
commit e667750364
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -54,7 +54,7 @@ module JITSupport
return @supported if defined?(@supported)
@supported = UNSUPPORTED_COMPILERS.all? do |regexp|
!regexp.match?(RbConfig::CONFIG['MJIT_CC'])
end && RbConfig::CONFIG["MJIT_SUPPORT"] != 'no' && !PENDING_RUBYCI_NICKNAMES.include?(ENV['RUBYCI_NICKNAME'])
end && RbConfig::CONFIG["MJIT_SUPPORT"] != 'no' && !PENDING_RUBYCI_NICKNAMES.include?(ENV['RUBYCI_NICKNAME']) && !vs120_pdb_corrupted?
end
# AppVeyor's Visual Studio 2013 is known to spuriously generate broken pch / pdb, like: