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

Refine cherrypy install script

This commit is contained in:
winlin 2020-03-30 18:25:22 +08:00
parent bf297fd070
commit f9f9cfda9b

View file

@ -461,7 +461,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
(
rm -rf ${SRS_OBJS}/CherryPy-3.2.4 && cd ${SRS_OBJS}/${SRS_PLATFORM} &&
unzip -q ../../3rdparty/CherryPy-3.2.4.zip && cd CherryPy-3.2.4 &&
python setup.py install --user
python setup.py install --user --prefix=''
)
fi
# check status