1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

Don't put @LIBS@ in pc file

This commit is contained in:
Harmen Stoppels
2023-07-09 21:36:07 +02:00
committed by Viktor Szakats
parent 573e4ed0c9
commit 1209c16d93

View File

@@ -15,6 +15,6 @@ URL: https://www.libssh2.org/
Description: Library for SSH-based communication
Version: @LIBSSH2VER@
Requires.private: @LIBSREQUIRED@
Libs: -L${libdir} -lssh2 @LIBS@
Libs: -L${libdir} -lssh2
Libs.private: @LIBS@
Cflags: -I${includedir}