Update to V8 6.0 and fixes for OpenSSL 1.1.0.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3408 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2017-07-30 14:17:42 +00:00
parent 84c8d74d2a
commit 3b27db2655
5 changed files with 31 additions and 29 deletions

View File

@ -25,7 +25,7 @@ kUvBranch = 'v1.11.0'
kUvWork = 'uv'
kV8Repository = 'https://github.com/v8/v8.git'
kV8Branch = 'branch-heads/5.8'
kV8Branch = 'branch-heads/6.0'
kV8Work = 'v8'
kLmdbRepository = 'https://github.com/LMDB/lmdb.git'