Commit f18ce934 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make mk1mf recognise the --classic flag

parent 54bb8f74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1416,6 +1416,7 @@ sub read_options
		"gcc" => \$gcc,
		"debug" => \$debug,
		"--debug" => \$debug,
		"--classic" => 0,
		"profile" => \$profile,
		"shlib" => \$shlib,
		"dll" => \$shlib,