From dab6584f576434f1f49c4f9a94b0028875f671c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 2 May 2008 13:16:55 +0000 Subject: [PATCH] - fix libdir Changed files: stlport-config.in -> 1.2 --- stlport-config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stlport-config.in b/stlport-config.in index 5b35069..c64b32a 100644 --- a/stlport-config.in +++ b/stlport-config.in @@ -43,8 +43,8 @@ while test $# -gt 0; do echo $includes ;; --libs) - libdirs=-L@libdir@/lib - echo $libdirs -lstlport_gcc -lpthread -lstdc++ -lm + libdirs=-L@libdir@ + echo $libdirs -lstlport_gcc -lpthread -lstdc++ -lm ;; *) echo "${usage}" 1>&2 -- 2.44.0