Browse Source

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

when building anything with libcurl
darwin-pinnedpubkey
Daniel Stenberg 22 years ago
parent
commit
32eaf9e83a
  1. 2
      curl-config.in

2
curl-config.in

@ -77,7 +77,7 @@ while test $# -gt 0; do @@ -77,7 +77,7 @@ while test $# -gt 0; do
;;
--libs)
echo -L@libdir@ @LDFLAGS@ @LIBS@
echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@
;;
*)

Loading…
Cancel
Save