From ace43f148faf4e17e3a409baf357a6f8f55dca92 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Fri, 28 Jul 2017 18:24:43 +0300 Subject: [PATCH] Reorder library flags in accordance with the wiki --- ext/libv8/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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