Oops, forgot a line.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3346 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2016-09-24 18:42:56 +00:00
parent da34cf8f89
commit 8549274b73

View File

@ -113,6 +113,7 @@ def updateV8():
win32Env = os.environ.copy()
win32Env['DEPOT_TOOLS_WIN_TOOLCHAIN'] = '0'
win32Env['GYP_MSVS_VERSION'] = '2015'
win32Env['GYP_GENERATORS'] = 'msvs'
open(os.path.join(kV8Work, '.update-deps-branch'), 'w').write(kV8Branch)
run(['git', 'fetch'], cwd=kV8Work)