提交 014267f6 编写于 作者: R Richard Levitte

Disallow --classic for Windows

With all the config changes, mk1mf is broken on Windows.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 dc8941f0
......@@ -901,7 +901,7 @@ if ($target{build_scheme}->[0] eq "unified" && $classic) {
if $srcdir ne $blddir;
$target{build_scheme} = { unix => [ "unixmake" ],
windows => [ "mk1mf", $target{build_scheme}->[2] ],
windows => undef,
VMS => undef } -> {$target{build_scheme}->[1]};
die "Classic mode unavailable on this platform\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册