From 12978606523510e67f49a98dc49eb058fe740d6c Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 29 Oct 2021 21:11:23 +0400 Subject: [PATCH] Fix build of minidump_stackwalk. --- 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 bb8caec23..c9362900e 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -391,7 +391,7 @@ def runStages(): stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 5485c56e93 + git checkout ddcd93010e """) stage('depot_tools', """ @@ -408,7 +408,7 @@ win: depends:patches/gyp.diff git apply $LIBS_DIR/patches/gyp.diff mac: - python3 -m pip install git+https://github.com/desktop-app/gyp-next@v0.10.1 + python3 -m pip install --ignore-installed git+https://github.com/desktop-app/gyp-next@main mkdir gyp """, 'ThirdParty')