From 997cff63a8725ff685a149262c73bc58f2367aed Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 15 Nov 2025 17:39:25 +0400 Subject: [PATCH] Update gyp to support Visual Studio 2026. --- 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 d72a1c9e19..100e4c52ef 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -518,7 +518,7 @@ if not mac or 'build-stackwalk' in options: win: git clone https://github.com/desktop-app/gyp.git cd gyp - git checkout 618958fdbe + git checkout b5ef901cf1 mac: python3 -m pip install \\ --ignore-installed \\