From 3bf9a1c70b38e01ba62559da31959af42b3d04ca Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 13 Sep 2021 16:59:10 +0300 Subject: [PATCH] Build minidump_stackwalk as part of macOS prepare. --- Telegram/build/prepare/prepare.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index b198b605ba..2a3704cd5a 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -723,6 +723,10 @@ release: xcodebuild -project Breakpad.xcodeproj -target Breakpad -configuration Release build cd ../../tools/mac/dump_syms xcodebuild -project dump_syms.xcodeproj -target dump_syms -configuration Release build + cd ../../../build + ./gyp_breakpad + cd ../processor + xcodebuild -project processor.xcodeproj -target minidump_stackwalk -configuration Release build """) stage('crashpad', """