1
0
Fork 0
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:
Petko Bordjukov 2017-10-24 00:44:22 +03:00
parent 8aa6f6142c
commit 7d1d2b742e

View file

@ -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