From c36f402b881e8e98aa53c1442dcaf05d838a7032 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 2 Apr 2025 23:41:48 +0500 Subject: [PATCH] Fix bug in OpenAL patches on Windows. --- 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 676bb56be2..e24287724a 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1381,7 +1381,7 @@ stage('openal-soft', """ git clone https://github.com/telegramdesktop/openal-soft.git cd openal-soft win: - git checkout 5e9429354d + git checkout 291c0fdbbd cmake -B build . ^ -A %WIN32X64% ^ -D LIBTYPE:STRING=STATIC ^