summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarim Vergnes <me@thesola.io>2022-08-20 18:05:24 +0200
committerGitHub <noreply@github.com>2022-08-20 09:05:24 -0700
commit165344774870e7a68566f82d5c60173b394cf5a6 (patch)
tree53a27ff74d98734f3e00e24ed45bdc802ae08d8c
parenta081f1720f576d3e72ddce14e159ba90384e5b92 (diff)
downloadnanomsg-165344774870e7a68566f82d5c60173b394cf5a6.tar.gz
Fixed #1082 (#1085)
-rw-r--r--src/pkgconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkgconfig.in b/src/pkgconfig.in
index d4c3752..368a794 100644
--- a/src/pkgconfig.in
+++ b/src/pkgconfig.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
Name: @CMAKE_PROJECT_NAME@
Description: @NN_DESCRIPTION@