Use exact tagged version of OpenAL.

I hope if fixes #4531.
This commit is contained in:
John Preston 2018-04-18 22:10:21 +04:00
parent e0f20e9f82
commit cf98025177
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ Go to ***BuildPath*** and run
cd ..
git clone git://repo.or.cz/openal-soft.git
cd openal-soft/build
cd openal-soft
git checkout v1.18
cd build
cmake -D LIBTYPE:STRING=STATIC ..
make $MAKE_THREADS_CNT
sudo make install