Skip to content

Commit

Permalink
For #1537, #1282, refine build st script
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Dec 25, 2019
1 parent 97bb8a5 commit f47e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/auto/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
(
rm -rf ${SRS_OBJS}/st-srs && cd ${SRS_OBJS} &&
ln -sf ../3rdparty/st-srs && cd st-srs &&
make ${_ST_MAKE} EXTRA_CFLAGS="${_ST_EXTRA_CFLAGS}" &&
make clean && make ${_ST_MAKE} EXTRA_CFLAGS="${_ST_EXTRA_CFLAGS}" &&
cd .. && rm -f st && ln -sf st-srs/obj st
)
fi
Expand Down

0 comments on commit f47e846

Please sign in to comment.