mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
Markus Oberhumer fixed the -cflags option
This commit is contained in:
parent
63667dfd96
commit
b0fbb98f41
1 changed files with 5 additions and 2 deletions
|
|
@ -107,8 +107,11 @@ while test $# -gt 0; do
|
|||
;;
|
||||
|
||||
--cflags)
|
||||
#echo -I@includedir@
|
||||
echo ""
|
||||
if test "X@includedir@" = "X/usr/include"; then
|
||||
echo ""
|
||||
else
|
||||
echo "-I@includedir@"
|
||||
fi
|
||||
;;
|
||||
|
||||
--libs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue