Make mk1mf recognise the --classic flag
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
54bb8f74bd
commit
f18ce93488
@ -1416,6 +1416,7 @@ sub read_options
|
||||
"gcc" => \$gcc,
|
||||
"debug" => \$debug,
|
||||
"--debug" => \$debug,
|
||||
"--classic" => 0,
|
||||
"profile" => \$profile,
|
||||
"shlib" => \$shlib,
|
||||
"dll" => \$shlib,
|
||||
|
Loading…
x
Reference in New Issue
Block a user