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" (
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 GYP_MSVS_VERSION=2013
......
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