1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Merge branch 'armv7l'

This commit is contained in:
Petko Bordjukov 2016-10-06 02:50:30 +03:00
commit 51a2340fe8

View file

@ -6,7 +6,7 @@ module Libv8
def libv8_arch
case Gem::Platform.local.cpu
when /^arm$/ then 'arm'
when /^arm(v7.*)*$/ then 'arm'
when /^a(rm|arch)64$/ then 'arm64'
when /^x86$/ then 'ia32'
when /^(x86_64|amd64)$/ then 'x64'