Skip to content

Commit 8a9cd13

Browse files
committed
Fix issue fritzing#3646
1 parent 1f0953f commit 8a9cd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pri/libgit2detect.pri

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ unix {
6262
macx {
6363
LIBS += $$LIBGIT2LIB/libgit2.a /System/Library/Frameworks/Security.framework/Versions/A/Security
6464
} else {
65-
LIBS += $$LIBGIT2LIB/libgit2.a -lssl -lcrypto
65+
LIBS += $$LIBGIT2LIB/libgit2.a -lhttp_parser -lssh2 -lssl -lcrypto
6666
}
6767
} else {
6868
!build_pass:warning("Using dynamic linking for libgit2.")

0 commit comments

Comments
 (0)