From cefdc29a7faa7e05bb7067bd42dc12cc2864686f Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Mon, 25 Oct 2021 17:05:28 +0300 Subject: [PATCH] Fixed release build of Breakpad on clean macOS. --- Telegram/build/prepare/prepare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 2e1f42158..0d4aeecf1 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -403,7 +403,7 @@ win: depends:patches/gyp.diff git apply $LIBS_DIR/patches/gyp.diff mac: - python3 -m pip install git+https://github.com/nodejs/gyp-next@v0.10.0 + python3 -m pip install git+https://github.com/desktop-app/gyp-next@v0.10.1 mkdir gyp """, 'ThirdParty') @@ -750,7 +750,7 @@ release: cd ../../tools/mac/dump_syms xcodebuild -project dump_syms.xcodeproj -target dump_syms -configuration Release build cd ../../../build - ./gyp_breakpad + python3 gyp_breakpad cd ../processor xcodebuild -project processor.xcodeproj -target minidump_stackwalk -configuration Release build """)