Update OpenAL to fix macOS audio recording.

This commit is contained in:
John Preston 2022-05-12 17:26:30 +04:00
parent 368468447f
commit 7749794d6b
1 changed files with 2 additions and 1 deletions

View File

@ -970,8 +970,9 @@ win:
release:
cmake --build build --config RelWithDebInfo --parallel
mac:
git clone -b 1.22.0 https://github.com/kcat/openal-soft.git
git clone https://github.com/kcat/openal-soft.git
cd openal-soft
git checkout af8e756d
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
-D ALSOFT_EXAMPLES=OFF \\