From 390d140fed8a7e14eb08eb0ef72309969ff26e9b Mon Sep 17 00:00:00 2001 From: Tim Schwartz Date: Thu, 27 Aug 2020 15:34:54 -0500 Subject: [PATCH] Fixes incorrect include directory in pkgconfig file. --- LIEF.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LIEF.pc.in b/LIEF.pc.in index 3e27be7..ad3c161 100644 --- a/LIEF.pc.in +++ b/LIEF.pc.in @@ -1,7 +1,7 @@ prefix="@CMAKE_INSTALL_PREFIX@" exec_prefix="${prefix}" libdir="${prefix}/lib" -includedir="${prefix}/include/LIEF" +includedir="${prefix}/include" Name: LIEF Description: Library to Instrument Executable Formats