Browse Source

hm, --cflags should only show the flags a 3rd party program would need

darwin-pinnedpubkey
Daniel Stenberg 22 years ago
parent
commit
47ff6f29f4
  1. 2
      curl-config.in

2
curl-config.in

@ -73,7 +73,7 @@ while test $# -gt 0; do @@ -73,7 +73,7 @@ while test $# -gt 0; do
;;
--cflags)
echo -I@includedir@ @CPPFLAGS@
echo -I@includedir@
;;
--libs)

Loading…
Cancel
Save