Loading tests/testcurl.pl +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ if ($^O eq 'MSWin32' || $targetos) { $binext = '.exe'; $libext = '.lib'; } elsif ($targetos =~ /mingw32/) { elsif ($targetos =~ /mingw/) { $binext = '.exe'; if ($^O eq 'MSWin32') { $libext = '.a'; Loading Loading
tests/testcurl.pl +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ if ($^O eq 'MSWin32' || $targetos) { $binext = '.exe'; $libext = '.lib'; } elsif ($targetos =~ /mingw32/) { elsif ($targetos =~ /mingw/) { $binext = '.exe'; if ($^O eq 'MSWin32') { $libext = '.a'; Loading