mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
update libsodium version in bootstrap.sh
This commit is contained in:
parent
72c72a4ceb
commit
45f178a47d
|
@ -103,7 +103,7 @@ rm -rf ${BASE_DIR}/${TOX_CORE_DIR}
|
|||
if [[ $TOX_ONLY = "false" ]]; then
|
||||
git clone git://github.com/jedisct1/libsodium.git ${BASE_DIR}/${SODIUM_DIR}
|
||||
pushd ${BASE_DIR}/${SODIUM_DIR}
|
||||
git checkout tags/0.5.0
|
||||
git checkout tags/0.6.1
|
||||
./autogen.sh
|
||||
|
||||
if [[ $GLOBAL = "false" ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user