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

Commit 0740d14

Browse files
committed
Add libsampler to the object paths
1 parent 413cf31 commit 0740d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/libv8/paths.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def include_paths
1111
end
1212

1313
def object_paths
14-
[:base, :libplatform, :libbase, :snapshot].map do |name|
14+
[:base, :libplatform, :libsampler, :libbase, :snapshot].map do |name|
1515
Shellwords.escape libv8_object(name)
1616
end
1717
end

0 commit comments

Comments
 (0)