1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-28 00:25:35 +02:00

Update openal version for macos travis build

This commit is contained in:
jfreegman 2020-11-09 17:29:19 -05:00
parent 71d7d355a6
commit 16bcb27ca7
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -52,7 +52,7 @@ jobs:
libqrencode
libsodium
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
- test -f /usr/local/lib/libtoxcore.dylib || (cd ../c-toxcore && cmake -B_build -H. && make -C_build install -j$(nproc))