mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
fix array append
This commit is contained in:
parent
8806e0c6b3
commit
e657f5644c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Libv8
|
|||
|
||||
case
|
||||
when compiler.target =~ /arm/
|
||||
patch_directories += 'arm'
|
||||
patch_directories << 'arm'
|
||||
end
|
||||
|
||||
case compiler
|
||||
|
|
Loading…
Reference in a new issue