From 3ccb67e2a8cc545525d530e94d8effffb7a0ae4a Mon Sep 17 00:00:00 2001 From: Geoff Garside Date: Sat, 12 May 2012 11:38:07 +0100 Subject: [PATCH] Include Libv8::Make in Rakefile. --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index c4c1820..c35e22e 100644 --- a/Rakefile +++ b/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"