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

Commit

Permalink
Reorder library flags in accordance with the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
ignisf committed Aug 22, 2017
1 parent 895626f commit ace43f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/libv8/paths.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ace43f1

Please sign in to comment.