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

Commit 73bab2c

Browse files
committed
Revert "Reorder library flags in accordance with the wiki"
The reordering was causing mini_racer to fail with a symbol lookup error for symbol _ZN2v84base5debug27EnableInProcessStackDumpingEv This reverts commit ace43f1.
1 parent 30458ae commit 73bab2c

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, :libbase, :snapshot, :libplatform, :libsampler].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)