提交 25d498c1 编写于 作者: R Richard Levitte

The capi engine uses stdio, so don't build it when configuring 'no-stdio'

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 e38da820
......@@ -437,7 +437,7 @@ my @disable_cascades = (
# no-autoalginit is only useful when building non-shared
"autoalginit" => [ "shared", "apps" ],
"stdio" => [ "apps" ],
"stdio" => [ "apps", "capieng" ],
"apps" => [ "tests" ],
"comp" => [ "zlib" ],
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册