From aa22d43ec96ce932cda68717deb3a414291b084b Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 11 May 2023 18:17:57 +0200 Subject: Remove the library name from PC file --- build-pc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-pc.sh b/build-pc.sh index eb7dca8..386dd9c 100755 --- a/build-pc.sh +++ b/build-pc.sh @@ -49,7 +49,7 @@ includedir=\${prefix}/include libdir=\${exec_prefix}/lib Name: $NAME -Description: $LIBNAME - $DESCR +Description: $DESCR Version: $VERSION Cflags: -I\${includedir} Libs: -L\${libdir} -l$NAME -- cgit v1.2.3