mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Added -lcurl for --libs so that single option should now suffice to use
when building anything with libcurl
This commit is contained in:
parent
9ce94207e2
commit
32eaf9e83a
@ -77,7 +77,7 @@ while test $# -gt 0; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
--libs)
|
--libs)
|
||||||
echo -L@libdir@ @LDFLAGS@ @LIBS@
|
echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user