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
2014-03-22 22:55:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
73f176212234ec97affbbe985a7919caa4ddbf95
73f17621
1 parent
f3e4c16a
fix bug of build cherrypy
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
73f1762
...
...
@@ -346,7 +346,7 @@ if [ $SRS_HTTP_CALLBACK = YES ]; then
fi
# check status
ret
=
$?
;
if
[[
$ret
-ne 0
]]
;
then
echo
"build CherryPy-3.2.4 failed, ret=
$ret
"
;
exit
$ret
;
fi
if
[
! -f
${
SRS_OBJS
}
/
nginx/sbin/nginx
]
;
then
echo
"build CherryPy-3.2.4 failed."
;
exit
-1;
fi
if
[
! -f
${
SRS_OBJS
}
/
CherryPy-3.2.4/setup.py
]
;
then
echo
"build CherryPy-3.2.4 failed."
;
exit
-1;
fi
fi
if
[
$SRS_HTTP_CALLBACK
=
YES
]
;
then
...
...
请
注册
或
登录
后发表评论