From ad8f8513c3b40f2e59b3e5e28c5722425fc69cc8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 11 Oct 2023 22:04:47 +0400 Subject: [PATCH] Link crashpad_handler with Xcode bug workaround. --- Telegram/build/prepare/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index f61a8b8975..ee3e77d9b0 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1211,7 +1211,7 @@ stage('crashpad', """ mac: git clone https://github.com/desktop-app/crashpad.git cd crashpad - git checkout c1b7afa2fd + git checkout 171b601938 git submodule init git submodule update third_party/mini_chromium ZLIB_PATH=$USED_PREFIX/include