aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2022-09-04 03:01:04 +0000
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2022-09-04 03:01:04 +0000
commitbe6edbcf797725239c2a8da8522af27c26829549 (patch)
treecbe4dc7a4d6a46bae67658b35cf744bbf6036046
parent58cd9330b8a41cbf39d17ba38ad98e0483ee999c (diff)
parentfa7840db18ef7a0fa72ec735205b3e2a35552124 (diff)
Merge branch 6.3 into wip/6.3_pypy
-rw-r--r--sources/shiboken6/data/shiboken6.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/data/shiboken6.pc.in b/sources/shiboken6/data/shiboken6.pc.in
index d05fe8991..3ba422627 100644
--- a/sources/shiboken6/data/shiboken6.pc.in
+++ b/sources/shiboken6/data/shiboken6.pc.in
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=@LIB_INSTALL_DIR@
+libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken6
python_interpreter=@PYTHON_EXECUTABLE@
python_include_dir=@PYTHON_INCLUDE_DIRS@