mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Karol Pietrzak pointed out that simply including the include dir in --cflags
is not a good thing, as recent gccs for example complain if it is /usr/include Right now, we just output "" until we think of something better.
This commit is contained in:
parent
d2174da641
commit
f68505ee23
@ -107,7 +107,8 @@ while test $# -gt 0; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
--cflags)
|
--cflags)
|
||||||
echo -I@includedir@
|
#echo -I@includedir@
|
||||||
|
echo ""
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--libs)
|
--libs)
|
||||||
|
Loading…
Reference in New Issue
Block a user