Peg toxcore to a commit
This commit is contained in:
parent
fafadac212
commit
ce846f4fb8
|
@ -84,6 +84,7 @@ function install_toxcore {
|
|||
cd ~/develop
|
||||
git clone $TOXCORE_REPO ~/develop/toxcore
|
||||
cd ~/develop/toxcore
|
||||
git checkout $TOXCORE_COMMIT -b $TOXCORE_COMMIT
|
||||
autoreconf -i
|
||||
./configure --enable-daemon
|
||||
if [ ! "$?" = "0" ]; then
|
||||
|
|
Loading…
Reference in New Issue