From abb4cdafe994c0894a29f0a67829a0dc99bd4ab7 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 25 Jan 2007 14:06:38 +0000 Subject: set proper lib extension for non-configure mingw32 builds on Win32. --- tests/testcurl.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/testcurl.pl') diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 48f63369c..fd9e7db88 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -135,6 +135,9 @@ if ($^O eq 'MSWin32' || $targetos) { } elsif ($targetos =~ /mingw32/) { $binext = '.exe'; + if ($^O eq 'MSWin32') { + $libext = '.a'; + } } elsif ($targetos =~ /netware/) { $configurebuild = 0; -- cgit v1.2.3