mirror of
https://github.com/curl/curl.git
synced 2026-04-19 22:31:16 +03:00
libs built with libtool are named .la in the build dir
This commit is contained in:
parent
79d480e1e7
commit
d784526dae
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue