2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix build after openal-soft update.

Regression was introduced in 91c85ec86b.
This commit is contained in:
John Preston
2018-11-08 15:26:44 +04:00
parent 496c361bdc
commit 8ef67c393b
6 changed files with 14 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ Go to ***BuildPath*** and run
cd openal-soft
git checkout openal-soft-1.19.1
cd build
cmake -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 ..
LDFLAGS='-isysroot /' cmake -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 ..
make -j4
sudo make install
cd ../..