Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
7e2ee7c3
Unverified
Commit
7e2ee7c3
authored
Apr 23, 2020
by
Michael Grunder
Committed by
GitHub
Apr 23, 2020
Browse files
Fix pkgconfig when installing to a custom lib dir (#793)
* Respect overridden libdir in CMake See: #767
parent
b4840218
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.pc.in
View file @
7e2ee7c3
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment