mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Remove unnecessary command from the builder
This commit is contained in:
parent
09b57cca7c
commit
b4a0426880
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ module Libv8
|
|||
system "gclient fetch" or fail "could not fetch v8 build dependencies commits"
|
||||
end
|
||||
Dir.chdir('v8') do
|
||||
system "git checkout Makefile" # Work around a weird bug on FreeBSD
|
||||
unless system "git checkout #{source_version} -- ."
|
||||
fail "unable to checkout source for v8 #{source_version}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue