mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix sodium cloning
This commit is contained in:
parent
9c8beeef6e
commit
7015684ab7
|
@ -103,9 +103,8 @@ rm -rf ${BASE_DIR}/${TOX_CORE_DIR}
|
||||||
# afterwards install libsodium to INSTALL_DIR
|
# afterwards install libsodium to INSTALL_DIR
|
||||||
# skip the installation if TOX_ONLY is true
|
# skip the installation if TOX_ONLY is true
|
||||||
if [[ $TOX_ONLY = "false" ]]; then
|
if [[ $TOX_ONLY = "false" ]]; then
|
||||||
git clone git://github.com/jedisct1/libsodium.git ${BASE_DIR}/${SODIUM_DIR} --depth 1
|
git clone --branch $SODIUM_VER git://github.com/jedisct1/libsodium.git ${BASE_DIR}/${SODIUM_DIR} --depth 1
|
||||||
pushd ${BASE_DIR}/${SODIUM_DIR}
|
pushd ${BASE_DIR}/${SODIUM_DIR}
|
||||||
git checkout tags/$SODIUM_VER
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
if [[ $GLOBAL = "false" ]]; then
|
if [[ $GLOBAL = "false" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user