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:
parent
f2738ef075
commit
3ccb67e2a8
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue