1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the build script

This commit is contained in:
winlin 2013-12-18 14:32:47 +08:00
parent f019eb303c
commit 764aa9b40a

View file

@ -255,7 +255,9 @@ if [ $SRS_HLS = YES ]; then
# copy players to nginx html dir.
rm -rf ${SRS_OBJS}/nginx/html/players &&
ln -sf `pwd`/research/players ${SRS_OBJS}/nginx/html/
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
fi
if [ $SRS_HLS = YES ]; then