Skip to content

Commit

Permalink
fix libdir path for redis++.pc.in
Browse files Browse the repository at this point in the history
  • Loading branch information
sewenew committed Apr 28, 2023
1 parent 96d0653 commit f1c02ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/redis++.pc.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include

Name: redis++
Expand Down

0 comments on commit f1c02ee

Please sign in to comment.