Skip to content

Commit 1209c16

Browse files
haampievszakats
authored andcommitted
Don't put @LIBS@ in pc file
1 parent 573e4ed commit 1209c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libssh2.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ URL: https://www.libssh2.org/
1515
Description: Library for SSH-based communication
1616
Version: @LIBSSH2VER@
1717
Requires.private: @LIBSREQUIRED@
18-
Libs: -L${libdir} -lssh2 @LIBS@
18+
Libs: -L${libdir} -lssh2
1919
Libs.private: @LIBS@
2020
Cflags: -I${includedir}

0 commit comments

Comments
 (0)