diff --git a/ext/libv8/patcher.rb b/ext/libv8/patcher.rb index 1c5d0bf..001eed0 100644 --- a/ext/libv8/patcher.rb +++ b/ext/libv8/patcher.rb @@ -9,7 +9,7 @@ module Libv8 case when compiler.target =~ /arm/ - patch_directories += 'arm' + patch_directories << 'arm' end case compiler