mirror of
https://github.com/curl/curl.git
synced 2026-05-15 01:36:21 +03:00
Heikki Korpela posted a patch that makes --libs include the directory in
which libcurl itself is installed in.
This commit is contained in:
parent
76125e196c
commit
d60cd937b7
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ while test $# -gt 0; do
|
|||
;;
|
||||
|
||||
--libs)
|
||||
echo @LDFLAGS@ @LIBS@
|
||||
echo -L@libdir@ @LDFLAGS@ @LIBS@
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue