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:
parent
11bcd0cb27
commit
8e0f83fdd2
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue