Commit 8a5214b0 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

fixed gclient call

parent bb791cb4
...@@ -4,7 +4,8 @@ CD /D %~dp0 ...@@ -4,7 +4,8 @@ CD /D %~dp0
if exist "depot_tools" ( if exist "depot_tools" (
echo "depot_tools already fetched" echo "depot_tools already fetched"
) else ( ) else (
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git call git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
call powershell -File .\fix-gclient.ps1
) )
SET PATH=%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH% SET PATH=%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%
......
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