mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-31 19:12:17 +00:00
building-xcode.md: Add depot_tools to $PATH (#4331)
Otherwise "crashpad" would not compile.
This commit is contained in:
parent
55e56a6788
commit
810fb45750
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user