2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix building crashpad for macOS. Update instructions.

Some tests were disabled by a crashpad patch because the changes to make
them work with new SDK are relatively big and no need to backport them.

Fixes #4353.
This commit is contained in:
John Preston
2018-02-08 11:27:50 +03:00
parent 9f4e5e4603
commit 7814ee0f7a
3 changed files with 216 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ Go to ***BuildPath*** and run
git clone https://chromium.googlesource.com/crashpad/crashpad.git
cd crashpad
git checkout feb3aa3923
git apply ../../../tdesktop/Telegram/Patches/crashpad.diff
cd third_party/mini_chromium
git clone https://chromium.googlesource.com/chromium/mini_chromium
cd mini_chromium