mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
libs built with libtool are named .la in the build dir
This commit is contained in:
parent
79d480e1e7
commit
d784526dae
@ -82,7 +82,7 @@ while ($ARGV[0]) {
|
||||
$gnulikebuild = 1;
|
||||
$confsuffix = '';
|
||||
$binext = '';
|
||||
$libext = '.a';
|
||||
$libext = '.la'; # .la since both libcurl and libcares are made with libtool
|
||||
if ($^O eq 'MSWin32' || $targetos ne '') {
|
||||
$gnulikebuild = 0;
|
||||
if ($targetos eq '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user