mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update OpenAL to fix macOS audio recording.
This commit is contained in:
parent
368468447f
commit
7749794d6b
1 changed files with 2 additions and 1 deletions
|
@ -970,8 +970,9 @@ win:
|
||||||
release:
|
release:
|
||||||
cmake --build build --config RelWithDebInfo --parallel
|
cmake --build build --config RelWithDebInfo --parallel
|
||||||
mac:
|
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
|
cd openal-soft
|
||||||
|
git checkout af8e756d
|
||||||
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
|
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
|
||||||
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
|
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
|
||||||
-D ALSOFT_EXAMPLES=OFF \\
|
-D ALSOFT_EXAMPLES=OFF \\
|
||||||
|
|
Loading…
Add table
Reference in a new issue