1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: update libsodium for CI builds

This commit is contained in:
sudden6 2020-03-20 23:44:09 +01:00 committed by Anthony Bilinski
parent 1ac7531b59
commit 4c79973df5
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -119,7 +119,7 @@ cd ../../
# libsodium
git clone git://github.com/jedisct1/libsodium.git
cd libsodium
git checkout tags/1.0.8
git checkout tags/1.0.18
./autogen.sh
CC="ccache $CC" CXX="ccache $CXX" ./configure
CC="ccache $CC" CXX="ccache $CXX" make -j$(nproc)