Skip to content

Commit

Permalink
Disallow --classic for Windows
Browse files Browse the repository at this point in the history
With all the config changes, mk1mf is broken on Windows.

Reviewed-by: Rich Salz <[email protected]>
  • Loading branch information
levitte committed Mar 17, 2016
1 parent dc8941f commit 014267f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 014267f

Please sign in to comment.