Use VS2015 for everything. Switch to v8 5.1.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3241 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
b3534525f7
commit
21f2ba9d97
@ -23,7 +23,7 @@ kUvBranch = 'v1.9.1'
|
|||||||
kUvWork = 'uv'
|
kUvWork = 'uv'
|
||||||
|
|
||||||
kV8Repository = 'https://github.com/v8/v8.git'
|
kV8Repository = 'https://github.com/v8/v8.git'
|
||||||
kV8Branch = 'branch-heads/5.0'
|
kV8Branch = 'branch-heads/5.1'
|
||||||
kV8Work = 'v8'
|
kV8Work = 'v8'
|
||||||
|
|
||||||
def run(*args, **kw):
|
def run(*args, **kw):
|
||||||
@ -104,7 +104,6 @@ def updateV8():
|
|||||||
run(['fetch' + extension, 'v8'])
|
run(['fetch' + extension, 'v8'])
|
||||||
|
|
||||||
win32Env = os.environ.copy()
|
win32Env = os.environ.copy()
|
||||||
win32Env['GYP_MSVS_VERSION'] = '2013'
|
|
||||||
win32Env['DEPOT_TOOLS_WIN_TOOLCHAIN'] = '0'
|
win32Env['DEPOT_TOOLS_WIN_TOOLCHAIN'] = '0'
|
||||||
|
|
||||||
open(os.path.join(kV8Work, '.update-deps-branch'), 'w').write(kV8Branch)
|
open(os.path.join(kV8Work, '.update-deps-branch'), 'w').write(kV8Branch)
|
||||||
|
Loading…
Reference in New Issue
Block a user