mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-16 04:03:02 +01:00
Update openal version for macos travis build
This commit is contained in:
parent
71d7d355a6
commit
16bcb27ca7
@ -52,7 +52,7 @@ jobs:
|
|||||||
libqrencode
|
libqrencode
|
||||||
libsodium
|
libsodium
|
||||||
openal-soft
|
openal-soft
|
||||||
- export LDFLAGS="-L/usr/local/Cellar/openal-soft/1.20.1/lib"
|
- export LDFLAGS="-L/usr/local/Cellar/openal-soft/1.21.0/lib"
|
||||||
- git clone --depth=1 https://github.com/TokTok/c-toxcore ../c-toxcore
|
- git clone --depth=1 https://github.com/TokTok/c-toxcore ../c-toxcore
|
||||||
- test -f /usr/local/lib/libtoxcore.dylib || (cd ../c-toxcore && cmake -B_build -H. && make -C_build install -j$(nproc))
|
- test -f /usr/local/lib/libtoxcore.dylib || (cd ../c-toxcore && cmake -B_build -H. && make -C_build install -j$(nproc))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user