From 35159d96486f19af1ebe243a124db9ef0aadaae8 Mon Sep 17 00:00:00 2001 From: Jason Christopherson Date: Tue, 23 Jan 2024 10:34:11 -0600 Subject: [PATCH] More installation script updates --- install/template.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/template.pc b/install/template.pc index 8f6b408..0df880f 100644 --- a/install/template.pc +++ b/install/template.pc @@ -1,5 +1,5 @@ prefix = @CMAKE_INSTALL_PREFIX@ -libdir = ${prefix}/@CMAKE_INSTALL_LIBDIR@ +libdir = ${prefix}/@CMAKE_INSTALL_FULL_LIBDIR@ includedir = ${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ Name: @PROJECT_NAME@