building-xcode.md: Add depot_tools to $PATH (#4331)

Otherwise "crashpad" would not compile.
This commit is contained in:
Vitaliy Rudnyh 2018-01-23 06:08:33 +05:00 committed by Viktor Oreshkin
parent 55e56a6788
commit 810fb45750
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ Go to ***BuildPath*** and run
git clone https://chromium.googlesource.com/external/gyp
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PWD/depot_tools:$PATH"
cd gyp
git checkout 702ac58e47
git apply ../../tdesktop/Telegram/Patches/gyp.diff