mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
fix include path in pkg-config template (#1276)
This commit is contained in:
parent
9408c0de4f
commit
0a39b785d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib@LIBSUFFIX@
|
||||
includedir=${prefix}/include
|
||||
includedir=${prefix}/include/capstone
|
||||
|
||||
Name: capstone
|
||||
Description: Capstone disassembly engine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue