forked from AuroraMiddleware/gtk
Fix for people using name mangling
This commit is contained in:
parent
c3ccc9b136
commit
aff37e7bea
@ -42,10 +42,10 @@ while test $# -gt 0; do
|
||||
if test @includedir@ != /usr/include ; then
|
||||
includes=-I@includedir@
|
||||
fi
|
||||
echo -I@libdir@/glib/include $includes @x_cflags@
|
||||
echo -I@libdir@/glib/include $includes
|
||||
;;
|
||||
--libs)
|
||||
echo -L@libdir@ -lglib
|
||||
echo -L@libdir@ -lglib-@LT_RELEASE@
|
||||
;;
|
||||
*)
|
||||
echo "${usage}" 1>&2
|
||||
|
Loading…
Reference in New Issue
Block a user