aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-01-25 14:06:38 +0000
committerGunter Knauf <gk@gknw.de>2007-01-25 14:06:38 +0000
commitabb4cdafe994c0894a29f0a67829a0dc99bd4ab7 (patch)
tree2f802a5f2ce6e0936a6fcd3d8f813a48fe47833a /tests/testcurl.pl
parent2b7bcf2505b5f976905edbe1e5ff3e86593bc07b (diff)
set proper lib extension for non-configure mingw32 builds on Win32.
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;