2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Version 2.1.11 (Linux only).

- Fix launch on old Linux systems.

Degrade OpenAL back to 1.19.1 so that it will still work on old systems.

Fixes #8005.
This commit is contained in:
John Preston
2020-06-08 12:23:27 +04:00
parent 9f6fc3a4c8
commit ef08b52597
7 changed files with 20 additions and 16 deletions

View File

@@ -192,7 +192,7 @@ Go to ***BuildPath*** and run
git clone git://repo.or.cz/openal-soft.git
cd openal-soft
git checkout openal-soft-1.20.1
git checkout openal-soft-1.19.1
cd build
cmake .. \
-DLIBTYPE:STRING=STATIC \