Rollback OpenAL on macOS.

This commit is contained in:
John Preston 2024-12-23 22:48:05 +04:00
parent 0c07a015c6
commit a314380b08

View File

@ -1369,8 +1369,8 @@ depends:yasm/yasm
stage('openal-soft', """ stage('openal-soft', """
git clone https://github.com/telegramdesktop/openal-soft.git git clone https://github.com/telegramdesktop/openal-soft.git
cd openal-soft cd openal-soft
git checkout 5e9429354d
win: win:
git checkout 5e9429354d
cmake -B build . ^ cmake -B build . ^
-A %WIN32X64% ^ -A %WIN32X64% ^
-D LIBTYPE:STRING=STATIC ^ -D LIBTYPE:STRING=STATIC ^
@ -1382,6 +1382,7 @@ win:
release: release:
cmake --build build --config RelWithDebInfo --parallel cmake --build build --config RelWithDebInfo --parallel
mac: mac:
git checkout coreaudio_device_uid
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\ CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
-D CMAKE_BUILD_TYPE=RelWithDebInfo \\ -D CMAKE_BUILD_TYPE=RelWithDebInfo \\
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\ -D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\