12 lines
321 B
Diff
12 lines
321 B
Diff
--- a/olm.pc.in
|
|
+++ b/olm.pc.in
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
-libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
+libdir=@CMAKE_INSTALL_LIBDIR@
|
|
|
|
Name: olm
|
|
Description: implementation of the Double Ratchet cryptographic ratchet in C++
|