mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-26 00:12:25 +00:00
Rollback OpenAL on macOS.
This commit is contained in:
parent
0c07a015c6
commit
a314380b08
@ -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…
Reference in New Issue
Block a user