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:
parent
70b7304f03
commit
e667750364
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue