mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
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 ace43f148f
.
This commit is contained in:
parent
8aa6f6142c
commit
7d1d2b742e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Libv8
|
|||
end
|
||||
|
||||
def object_paths
|
||||
[:base, :libbase, :snapshot, :libplatform, :libsampler].map do |name|
|
||||
[:base, :libplatform, :libsampler, :libbase, :snapshot].map do |name|
|
||||
Shellwords.escape libv8_object(name)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue