提交 a50f7186 编写于 作者: D Dr. Stephen Henson

Fix Windows build.

(cherry picked from commit 5f4c5a902b0508eab235adecb34b236cdc0048a5)
上级 77a27a50
......@@ -455,10 +455,13 @@ for (;;)
}
close(IN);
# Remove opensslconf.h so it doesn't get updated if we configure a
# different branch.
$exheader =~ s/[^ ]+\/opensslconf.h//;
$header =~ s/[^ ]+\/opensslconf.h//;
if ($orig_platform eq 'copy')
{
# Remove opensslconf.h so it doesn't get updated if we configure a
# different branch.
$exheader =~ s/[^ ]+\/opensslconf.h//;
$header =~ s/[^ ]+\/opensslconf.h//;
}
if ($fips)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册