mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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', """
|
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 \\
|
||||||
|
|
Loading…
Add table
Reference in a new issue