mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
bug calculation V8 Version
This commit is contained in:
parent
7528d13a89
commit
864abdb83d
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -9,7 +9,7 @@ end
|
|||
require 'rspec/core/rake_task'
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
|
||||
V8_Version = Libv8::VERSION.gsub(/\.\d$/,'')
|
||||
V8_Version = Libv8::VERSION.gsub(/\.\d+$/,'')
|
||||
V8_Source = File.expand_path '../vendor/v8', __FILE__
|
||||
|
||||
require File.expand_path '../ext/libv8/make.rb', __FILE__
|
||||
|
|
Loading…
Add table
Reference in a new issue