mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix building openal-soft on Xcode.
This commit is contained in:
parent
89cf733d24
commit
22511270dd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ Go to ***BuildPath*** and run
|
|||
cd openal-soft
|
||||
git checkout openal-soft-1.19.1
|
||||
cd build
|
||||
LDFLAGS='-isysroot /' cmake -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 ..
|
||||
LDFLAGS='-stdlib=libc++' cmake -D ALSOFT_EXAMPLES=OFF -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 ..
|
||||
make -j4
|
||||
sudo make install
|
||||
cd ../..
|
||||
|
|
Loading…
Add table
Reference in a new issue