From ba881fbbd1481996d22046c11195c0867acdefc2 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 10 Sep 2016 19:45:28 +0000 Subject: [PATCH] Maybe this fixes Windows? I don't know. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3327 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- tools/update-deps | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/update-deps b/tools/update-deps index b79ec9ec..14812ec8 100755 --- a/tools/update-deps +++ b/tools/update-deps @@ -112,6 +112,8 @@ 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)