Skip to content

Commit ea62eda

Browse files
committed
Merge branch 'next' of https://github.com/kabeor/capstone into next
2 parents 5c3171a + 140b85b commit ea62eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

capstone.pc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
22
exec_prefix=${prefix}
33
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4-
includedir=${prefix}/include
4+
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
55

66
Name: capstone
77
Description: Capstone disassembly engine
88
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
9-
URL: http://www.capstone-engine.org
9+
URL: https://www.capstone-engine.org/
1010
archive=${libdir}/libcapstone.a
1111
Libs: -L${libdir} -lcapstone
12-
Cflags: -I${includedir}
12+
Cflags: -I${includedir}/capstone
1313
archs=@CAPSTONE_ARCHITECTURES@

0 commit comments

Comments
 (0)