mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
hm, --cflags should only show the flags a 3rd party program would need
This commit is contained in:
parent
861ca06f11
commit
47ff6f29f4
@ -73,7 +73,7 @@ while test $# -gt 0; do
|
||||
;;
|
||||
|
||||
--cflags)
|
||||
echo -I@includedir@ @CPPFLAGS@
|
||||
echo -I@includedir@
|
||||
;;
|
||||
|
||||
--libs)
|
||||
|
Loading…
Reference in New Issue
Block a user