mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Rollback OpenAL on macOS.
This commit is contained in:
parent
0c07a015c6
commit
a314380b08
1 changed files with 2 additions and 1 deletions
|
@ -1369,8 +1369,8 @@ depends:yasm/yasm
|
|||
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 ^
|
||||
|
@ -1382,6 +1382,7 @@ win:
|
|||
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 \\
|
||||
|
|
Loading…
Add table
Reference in a new issue