Fix CentOS8 build failed

pull/1748/head
winlin 5 years ago
parent 11bcd0cb27
commit 8e0f83fdd2

@ -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…
Cancel
Save