From fb4509bd73fde1525b07c74b2446c1c365e4f26c Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 12 Oct 2016 14:36:20 -0700 Subject: add i386 to recognized x86 cpu in ruby tools package --- src/ruby/tools/platform_check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ruby/tools/platform_check.rb') diff --git a/src/ruby/tools/platform_check.rb b/src/ruby/tools/platform_check.rb index e891ec23a8..c058deb5f5 100644 --- a/src/ruby/tools/platform_check.rb +++ b/src/ruby/tools/platform_check.rb @@ -46,7 +46,7 @@ module PLATFORM case RbConfig::CONFIG['host_cpu'] when /x86_64/ 'x86_64' - when /x86|i686/ + when /x86|i686|i386/ 'x86' else fail 'cpu architecture detection failed' -- cgit v1.2.3