mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
upgrade to v8 version 3.15.11
This commit is contained in:
parent
34baef1be6
commit
2aafe1eeb3
2 changed files with 1 additions and 6 deletions
5
Rakefile
5
Rakefile
|
@ -23,11 +23,6 @@ task :checkout do
|
|||
sh "git checkout #{V8_Version} -f"
|
||||
sh "#{make} dependencies"
|
||||
end
|
||||
|
||||
# Fix gyp trying to build platform-linux on FreeBSD 9 and FreeBSD 10.
|
||||
# Based on: https://chromiumcodereview.appspot.com/10079030/patch/1/2
|
||||
sh "patch -N -p0 -d vendor/v8 < patches/add-freebsd9-and-freebsd10-to-gyp-GetFlavor.patch"
|
||||
sh "patch -N -p1 -d vendor/v8 < patches/fPIC-on-x64.patch"
|
||||
end
|
||||
|
||||
desc "compile v8 via the ruby extension mechanism"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Libv8
|
||||
VERSION = "3.11.8.11"
|
||||
VERSION = "3.15.11.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue