From 6ab3fa418b2b49c8a6d41c71c70f57a9c874ba2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:00:34 +0100 Subject: Update pugixml.pc.in --- scripts/pugixml.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pugixml.pc.in b/scripts/pugixml.pc.in index 7958774..cfb81f5 100644 --- a/scripts/pugixml.pc.in +++ b/scripts/pugixml.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@ -libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@ +includedir=@PUGIXML_PC_INCLUDEDIR@ +libdir=@PUGIXML_PC_LIBDIR@ Name: pugixml Description: Light-weight, simple and fast XML parser for C++ with XPath support. -- cgit v1.1