Update OpenAL to 1.23.1 on macOS.

This (library rebuild, really) fixes #26694.
This commit is contained in:
John Preston 2023-08-22 15:08:39 +02:00
parent eab9186790
commit b03120d83a
1 changed files with 1 additions and 1 deletions

View File

@ -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 \\