mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
@ -77,7 +77,7 @@ while test $# -gt 0; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
--libs)
|
--libs)
|
||||||
echo @LDFLAGS@ @LIBS@
|
echo -L@libdir@ @LDFLAGS@ @LIBS@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user