Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 51a2340

Browse files
committed
Merge branch 'armv7l'
2 parents b7e1fc9 + d64aebf commit 51a2340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/libv8/arch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Arch
66

77
def libv8_arch
88
case Gem::Platform.local.cpu
9-
when /^arm$/ then 'arm'
9+
when /^arm(v7.*)*$/ then 'arm'
1010
when /^a(rm|arch)64$/ then 'arm64'
1111
when /^x86$/ then 'ia32'
1212
when /^(x86_64|amd64)$/ then 'x64'

0 commit comments

Comments
 (0)