We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0953f commit 8a9cd13Copy full SHA for 8a9cd13
pri/libgit2detect.pri
@@ -62,7 +62,7 @@ unix {
62
macx {
63
LIBS += $$LIBGIT2LIB/libgit2.a /System/Library/Frameworks/Security.framework/Versions/A/Security
64
} else {
65
- LIBS += $$LIBGIT2LIB/libgit2.a -lssl -lcrypto
+ LIBS += $$LIBGIT2LIB/libgit2.a -lhttp_parser -lssh2 -lssl -lcrypto
66
}
67
68
!build_pass:warning("Using dynamic linking for libgit2.")
0 commit comments