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/external/gyp
|
||||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
|
export PATH="$PWD/depot_tools:$PATH"
|
||||||
cd gyp
|
cd gyp
|
||||||
git checkout 702ac58e47
|
git checkout 702ac58e47
|
||||||
git apply ../../tdesktop/Telegram/Patches/gyp.diff
|
git apply ../../tdesktop/Telegram/Patches/gyp.diff
|
||||||
|
|
Loading…
Reference in New Issue