From b03120d83a27807c8d5352ee7a74915f16b379b5 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 22 Aug 2023 15:08:39 +0200 Subject: [PATCH] Update OpenAL to 1.23.1 on macOS. This (library rebuild, really) fixes #26694. --- 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 cb5a9cb62..6ef9833da 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1076,7 +1076,7 @@ release: mac: git clone https://github.com/kcat/openal-soft.git cd openal-soft - git checkout 716f5373cb + git checkout 1.23.1 CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\ -D CMAKE_BUILD_TYPE=RelWithDebInfo \\ -D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\