mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Fix bug in OpenAL patches on Windows.
This commit is contained in:
parent
3a68dd50ce
commit
c36f402b88
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ stage('openal-soft', """
|
|||
git clone https://github.com/telegramdesktop/openal-soft.git
|
||||
cd openal-soft
|
||||
win:
|
||||
git checkout 5e9429354d
|
||||
git checkout 291c0fdbbd
|
||||
cmake -B build . ^
|
||||
-A %WIN32X64% ^
|
||||
-D LIBTYPE:STRING=STATIC ^
|
||||
|
|
Loading…
Add table
Reference in a new issue