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

Commit b4a0426

Browse files
committed
Remove unnecessary command from the builder
1 parent 09b57cc commit b4a0426

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/libv8/builder.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def setup_build_deps!
108108
system "gclient fetch" or fail "could not fetch v8 build dependencies commits"
109109
end
110110
Dir.chdir('v8') do
111-
system "git checkout Makefile" # Work around a weird bug on FreeBSD
112111
unless system "git checkout #{source_version} -- ."
113112
fail "unable to checkout source for v8 #{source_version}"
114113
end

0 commit comments

Comments
 (0)