From 0a3d31a91f81bbf506a54d662fc3c30893571346 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 10 Jan 2023 15:34:33 +0400 Subject: [PATCH] Beta version 4.5.4: Try updating OpenAL on macOS. --- 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 c95d69c815..43f5708997 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1051,7 +1051,7 @@ release: mac: git clone https://github.com/kcat/openal-soft.git cd openal-soft - git checkout 1.22.2 + git checkout 716f5373cb CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\ -D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\ -D ALSOFT_EXAMPLES=OFF \\