add i386 to recognized x86 cpu in ruby tools package

pull/8304/head
Alexander Polcyn 8 years ago
parent 8d970ea2b6
commit fb4509bd73
  1. 2
      src/ruby/tools/platform_check.rb

@ -46,7 +46,7 @@ module PLATFORM
case RbConfig::CONFIG['host_cpu'] case RbConfig::CONFIG['host_cpu']
when /x86_64/ when /x86_64/
'x86_64' 'x86_64'
when /x86|i686/ when /x86|i686|i386/
'x86' 'x86'
else else
fail 'cpu architecture detection failed' fail 'cpu architecture detection failed'

Loading…
Cancel
Save