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:
@@ -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 ../..
|
||||
|
Reference in New Issue
Block a user