Disallow --classic for Windows

With all the config changes, mk1mf is broken on Windows.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-03-17 18:38:05 +01:00
parent dc8941f031
commit 014267f68c
1 changed files with 1 additions and 1 deletions

View File

@ -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"