From 6cdc8f9dbcc501f099bd17ad395b3a0b2f71fd3e Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 25 Sep 2023 12:39:58 +0400 Subject: [PATCH] Fix libvpx pkg-config generation on Windows. Fixes #26849. --- 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 fa10e7bd8..1e5aa170d 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -418,7 +418,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout b1907e1250 + git checkout 81a81ffb5a """) stage('msys64', """