diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-29 07:37:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-29 07:37:36 +0000 |
commit | b7575b39c4bca1d9c9a09bd69b5aabfcf0ebc7d3 (patch) | |
tree | 53eaf00930933644c962f984723ea3d30e021d92 /tests | |
parent | ae2f002b448c82d3a320abca734e85c5d82e483b (diff) |
mingw32 builds make .a libs
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 5fe614705..5a6ad77b1 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -93,6 +93,7 @@ if ($^O eq 'MSWin32' || $targetos ne '') { $confsuffix = '-win32'; $binext = '.exe'; $libext = '.lib' if ($targetos =~ /vc/ || $targetos =~ /borland/); + $libext = '.a' if ($targetos =~ /mingw32/); } elsif ($targetos =~ /netware/) { $binext = '.nlm'; $libext = '.lib'; |