capstone.pc.in: use https in the URL.
This commit is contained in:
parent
ac1d85e88b
commit
2042a815ab
|
@ -6,7 +6,7 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|||
Name: capstone
|
||||
Description: Capstone disassembly engine
|
||||
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
|
||||
URL: http://www.capstone-engine.org
|
||||
URL: https://www.capstone-engine.org/
|
||||
archive=${libdir}/libcapstone.a
|
||||
Libs: -L${libdir} -lcapstone
|
||||
Cflags: -I${includedir}/capstone
|
||||
|
|
Loading…
Reference in New Issue