Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-03-20 18:08:07 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
7df037a6fa4db5eeea49492d812e34943eee37da
7df037a6
2 parents
27214e85
612c544d
Merge branch '1.0release'
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
7df037a
...
...
@@ -300,8 +300,8 @@ 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
`
"
if
[[
$OS_IS_UBUNTU
=
NO
&&
$OS_IS_CENTOS
=
NO
&&
SRS_PI
=
NO
&&
$SRS_EMBEDED_CPU
=
NO
]]
;
then
echo
"only support Centos/Ubuntu/RaspberryPi, actual is
`
uname -s
`
"
exit
1
fi
...
...
请
注册
或
登录
后发表评论