1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Include Libv8::Make in Rakefile.

This commit is contained in:
Geoff Garside 2012-05-12 11:38:07 +01:00
parent f2738ef075
commit 3ccb67e2a8

View file

@ -7,6 +7,9 @@ RSpec::Core::RakeTask.new(:spec)
V8_Version = Libv8::VERSION.gsub(/\.\d$/,'')
V8_Source = File.expand_path '../vendor/v8', __FILE__
require File.expand_path '../ext/libv8/make.rb', __FILE__
include Libv8::Make
desc "setup the vendored v8 source to correspond to the libv8 gem version and prepare deps"
task :checkout do
sh "git submodule update --init"