Toxcore daemon
This commit is contained in:
parent
b254250455
commit
23ccaa6cd7
|
@ -428,7 +428,7 @@ function mesh_tox_node {
|
|||
$CHROOT_PREFIX git checkout $TOX_COMMIT -b $TOX_COMMIT
|
||||
|
||||
$CHROOT_PREFIX autoreconf -i
|
||||
$CHROOT_PREFIX ./configure --enable-daemon
|
||||
$CHROOT_PREFIX ./configure --enable-daemon --disable-av
|
||||
if [ ! "$?" = "0" ]; then
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue