Unverified Commit 7e2ee7c3 authored by Michael Grunder's avatar Michael Grunder Committed by GitHub
Browse files

Fix pkgconfig when installing to a custom lib dir (#793)

* Respect overridden libdir in CMake

See: #767
parent b4840218
prefix=@CMAKE_INSTALL_PREFIX@
install_libdir=@CMAKE_INSTALL_LIBDIR@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
libdir=${exec_prefix}/${install_libdir}
includedir=${prefix}/include
pkgincludedir=${includedir}/hiredis
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment