提交 b7438b43 编写于 作者: A Andy Polyakov

Configure: recognize -framework as linker option [on Apple OSes].

This is handy for internal iOS tests, when you have to make it work
in sandbox.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 b98530d6
......@@ -743,6 +743,10 @@ while (@argvcopy)
{
$libs.=$_." ";
}
elsif (/^-framework$/)
{
$libs.=$_." ".shift(@argvcopy)." ";
}
elsif (/^-rpath$/ or /^-R$/)
# -rpath is the OSF1 rpath flag
# -R is the old Solaris rpath flag
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册