mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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
|
git clone https://github.com/telegramdesktop/openal-soft.git
|
||||||
cd openal-soft
|
cd openal-soft
|
||||||
win:
|
win:
|
||||||
git checkout 5e9429354d
|
git checkout 291c0fdbbd
|
||||||
cmake -B build . ^
|
cmake -B build . ^
|
||||||
-A %WIN32X64% ^
|
-A %WIN32X64% ^
|
||||||
-D LIBTYPE:STRING=STATIC ^
|
-D LIBTYPE:STRING=STATIC ^
|
||||||
|
|
Loading…
Add table
Reference in a new issue