Markus Oberhumer fixed the -cflags option
This commit is contained in:
Родитель
63667dfd96
Коммит
b0fbb98f41
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче