aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Schirone <562321+ret2libc@users.noreply.github.com>2024-05-02 19:07:00 +0200
committerGitHub <noreply@github.com>2024-05-03 01:07:00 +0800
commitf81eb3affaa04a66411af12cf75522cb9649cf83 (patch)
tree826d710b66bec4d19cc37d6db0f9565c8b09e258
parent8f9a337dfaad6bddec3fb8dc1cccae17a3736b93 (diff)
downloadcapstone-f81eb3affaa04a66411af12cf75522cb9649cf83.tar.gz
Fix pkgconfig file to make #include <capstone/capstone.h> work (#2307)
-rw-r--r--capstone.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/capstone.pc.in b/capstone.pc.in
index ed82c3ca..b8cfebd0 100644
--- a/capstone.pc.in
+++ b/capstone.pc.in
@@ -10,5 +10,5 @@ URL: https://www.capstone-engine.org/
archive=${libdir}/libcapstone.a
Libs: -L${libdir} -lcapstone
Libs.private: -L${libdir} -l:libcapstone.a
-Cflags: -I${includedir}/capstone
+Cflags: -I${includedir} -I${includedir}/capstone
archs=@CAPSTONE_ARCHITECTURES@