From 3026ec613caaff89be95cee42e784d7d5dd92fd2 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 13 Oct 2016 17:37:03 +0300 Subject: [PATCH] Fixed build error --- Common/3dParty/v8/fetch.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/3dParty/v8/fetch.bat b/Common/3dParty/v8/fetch.bat index 73acd4b40b..d69bcdddb6 100644 --- a/Common/3dParty/v8/fetch.bat +++ b/Common/3dParty/v8/fetch.bat @@ -7,7 +7,7 @@ if exist "depot_tools" ( git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git ) -SET PATH "%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%;" +SET PATH=%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH% SET DEPOT_TOOLS_WIN_TOOLCHAIN=0 SET GYP_MSVS_VERSION=2013