diff options
author | 2023-05-11 18:17:57 +0200 | |
---|---|---|
committer | 2023-05-11 18:17:57 +0200 | |
commit | aa22d43ec96ce932cda68717deb3a414291b084b (patch) | |
tree | 9eccc383c89e3b945479a9257c3faf2fdb6393f6 | |
parent | bac9b423849a43b309c871f9c3b14c740665ec79 (diff) | |
download | utils-aa22d43ec96ce932cda68717deb3a414291b084b.tar.gz utils-aa22d43ec96ce932cda68717deb3a414291b084b.zip |
Remove the library name from PC file
-rwxr-xr-x | build-pc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |