diff --git a/ext/libv8/paths.rb b/ext/libv8/paths.rb index 4c5e64a3..34cb70bd 100644 --- a/ext/libv8/paths.rb +++ b/ext/libv8/paths.rb @@ -11,7 +11,7 @@ def include_paths end def object_paths - [:base, :libplatform, :libsampler, :libbase, :snapshot].map do |name| + [:base, :libbase, :snapshot, :libplatform, :libsampler].map do |name| Shellwords.escape libv8_object(name) end end