package/gdb: cleanup in gdb-python-config
There was a mix of leading spaces and TABs. Szitch to using only spaces. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
76d021301c
commit
7fe40110e8
@ -21,16 +21,16 @@ fi
|
||||
|
||||
case "$2" in
|
||||
--includes)
|
||||
echo "-I${STAGING_DIR}/usr/include/python2.7"
|
||||
;;
|
||||
echo "-I${STAGING_DIR}/usr/include/python2.7"
|
||||
;;
|
||||
--ldflags)
|
||||
echo "-lpthread -ldl -lutil -lm -lpython2.7"
|
||||
;;
|
||||
echo "-lpthread -ldl -lutil -lm -lpython2.7"
|
||||
;;
|
||||
--exec-prefix)
|
||||
echo "/usr"
|
||||
;;
|
||||
echo "/usr"
|
||||
;;
|
||||
*)
|
||||
echo "Bad arg $2." >&2
|
||||
exit 1
|
||||
;;
|
||||
echo "Bad arg $2." >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user