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

remove osx support for 1.0.30

This commit is contained in:
winlin 2015-03-17 21:00:28 +08:00
parent 13299ac03a
commit c991c2c92c
4 changed files with 7 additions and 3 deletions

View file

@ -299,6 +299,11 @@ function OSX_prepare()
}
OSX_prepare; ret=$?; if [[ 0 -ne $ret ]]; then echo "OSX prepare failed, ret=$ret"; exit $ret; fi
# by winlin, disable other system.
if [[ $OS_IS_UBUNTU = NO && $OS_IS_CENTOS = NO && $SRS_EMBEDED_CPU = NO ]]; then
echo "only support Centos and Ubuntu, actual is `uname -s`"
exit 1
fi
#####################################################################################
# st-1.9