Fix bug in OpenAL patches on Windows.

This commit is contained in:
John Preston 2025-04-02 23:41:48 +05:00
parent 3a68dd50ce
commit c36f402b88

View file

@ -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 ^