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:
parent
c4233afc4f
commit
d77c41814f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user