aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl3
1 files changed, 3 insertions, 0 deletions
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;