Skip to content

Commit

Permalink
Rollback OpenAL on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Dec 23, 2024
1 parent 0c07a01 commit a314380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -1369,8 +1369,8 @@ def runStages():
stage('openal-soft', """
git clone https://github.com/telegramdesktop/openal-soft.git
cd openal-soft
git checkout 5e9429354d
win:
git checkout 5e9429354d
cmake -B build . ^
-A %WIN32X64% ^
-D LIBTYPE:STRING=STATIC ^
Expand All @@ -1382,6 +1382,7 @@ def runStages():
release:
cmake --build build --config RelWithDebInfo --parallel
mac:
git checkout coreaudio_device_uid
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
-D CMAKE_BUILD_TYPE=RelWithDebInfo \\
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
Expand Down

0 comments on commit a314380

Please sign in to comment.