diff --git a/ext/libv8/builder.rb b/ext/libv8/builder.rb index 7836f5e..7410b0b 100644 --- a/ext/libv8/builder.rb +++ b/ext/libv8/builder.rb @@ -79,7 +79,7 @@ def setup_build_deps! ENV['PATH'] = "#{File.expand_path('../../../vendor/depot_tools', __FILE__)}:#{ENV['PATH']}" Dir.chdir(File.expand_path('../../../vendor', __FILE__)) do - unless Dir.exists?('v8') || File.exists?('.gclient') + unless Dir.exist?('v8') || File.exist?('.gclient') system "fetch v8" or fail "unable to fetch v8 source" end