]> git.pld-linux.org Git - packages/STLport.git/blobdiff - stlport-config.in
- rel 6
[packages/STLport.git] / stlport-config.in
index 5b35069ea3c685451ec9e33ccc0cf7477d956df1..e800933646e05f3cba67058af4e6e8eeb533da6b 100644 (file)
@@ -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 -lpthread -lstdc++ -lm
       ;;
     *)
       echo "${usage}" 1>&2
This page took 0.095983 seconds and 4 git commands to generate.