From 810fb45750adb00b4f717afdda4f6c75f9da0e8a Mon Sep 17 00:00:00 2001
From: Vitaliy Rudnyh <danyadaro@gmail.com>
Date: Tue, 23 Jan 2018 06:08:33 +0500
Subject: [PATCH] building-xcode.md: Add depot_tools to $PATH (#4331)

Otherwise "crashpad" would not compile.
---
 docs/building-xcode.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/building-xcode.md b/docs/building-xcode.md
index fefab48e5..80b1b2c82 100644
--- a/docs/building-xcode.md
+++ b/docs/building-xcode.md
@@ -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