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:
parent
13299ac03a
commit
c991c2c92c
4 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue