Skip to content

Commit 039eec1

Browse files
add missing make command
1 parent 5de1191 commit 039eec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build

+2-2
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,9 @@ function _build () {
520520

521521
ARCH="-arch $arch " $configure #>> $arch_log 2>&1 || exit
522522
echo "make dep"
523-
make dep
523+
make dep >> $arch_log 2>&1 || exit
524524
echo "make "
525-
525+
make >> $arch_log 2>&1 || exit
526526

527527
if [ $SSL_SUPPORT = true ]; then
528528
if [ $ENABLE_ZRTP = true ]; then

0 commit comments

Comments
 (0)