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
parent c4233afc4f
commit d77c41814f
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

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)