Skip to content
Snippets Groups Projects
Commit 32eaf9e8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added -lcurl for --libs so that single option should now suffice to use

when building anything with libcurl
parent 9ce94207
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ while test $# -gt 0; do
;;
--libs)
echo -L@libdir@ @LDFLAGS@ @LIBS@
echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment