mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Merge branch 'armv7l'
This commit is contained in:
commit
51a2340fe8
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue