Commit bd143d8c authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Temporary modify PATH varaible

parent 9b398a71
...@@ -7,7 +7,7 @@ if exist "depot_tools" ( ...@@ -7,7 +7,7 @@ if exist "depot_tools" (
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
) )
SETX 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 DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2013 SET GYP_MSVS_VERSION=2013
...@@ -15,4 +15,4 @@ if not exist "%SCRIPTPATH%v8" ( ...@@ -15,4 +15,4 @@ if not exist "%SCRIPTPATH%v8" (
call .\depot_tools\fetch v8 call .\depot_tools\fetch v8
) )
depot_tools\gclient sync -r 4.10.253 depot_tools\gclient sync -r 4.10.253
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment