Merge branch '1.0release'
This commit is contained in:
commit
7df037a6fa
|
|
@ -300,8 +300,8 @@ function OSX_prepare()
|
||||||
OSX_prepare; ret=$?; if [[ 0 -ne $ret ]]; then echo "OSX prepare failed, ret=$ret"; exit $ret; fi
|
OSX_prepare; ret=$?; if [[ 0 -ne $ret ]]; then echo "OSX prepare failed, ret=$ret"; exit $ret; fi
|
||||||
|
|
||||||
# by winlin, disable other system.
|
# by winlin, disable other system.
|
||||||
if [[ $OS_IS_UBUNTU = NO && $OS_IS_CENTOS = NO && $SRS_EMBEDED_CPU = NO ]]; then
|
if [[ $OS_IS_UBUNTU = NO && $OS_IS_CENTOS = NO && SRS_PI = NO && $SRS_EMBEDED_CPU = NO ]]; then
|
||||||
echo "only support Centos and Ubuntu, actual is `uname -s`"
|
echo "only support Centos/Ubuntu/RaspberryPi, actual is `uname -s`"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user