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

Fix CentOS8 build failed

This commit is contained in:
winlin 2020-04-07 20:22:18 +08:00
parent 11bcd0cb27
commit 8e0f83fdd2

View file

@ -29,3 +29,7 @@ if [[ $SRS_CLEAN == NO ]]; then
echo "Fast cleanup, if need to do full cleanup, please use: make clean"
fi
# Python or python2, for CentOS8.
python2 --version >/dev/null 2>&1 && alias python=python2 &&
echo "Alias python2 as python"