Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 28, 2021
1 parent 9d9d81e commit c95c53c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions trunk/auto/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then

# copy players to nginx html dir.
rm -rf ${SRS_OBJS}/nginx/html/players &&
ln -sf `pwd`/research/players ${SRS_OBJS}/nginx/html/players &&
rm -f ${SRS_OBJS}/nginx/crossdomain.xml &&
ln -sf `pwd`/research/players/crossdomain.xml ${SRS_OBJS}/nginx/html/crossdomain.xml
ln -sf `pwd`/research/players ${SRS_OBJS}/nginx/html/players

# For srs-console.
rm -rf ${SRS_OBJS}/nginx/html/console &&
Expand Down

0 comments on commit c95c53c

Please sign in to comment.