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:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
612c544d705f760136d12aefc919118f777a507c
612c544d
1 parent
720230b5
refine script for pi.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
612c544
...
...
@@ -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
...
...
请
注册
或
登录
后发表评论