Skip to content

Commit

Permalink
Libgit2 does not use openssl on Windows, only via libssh2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 7, 2023
1 parent c735f4d commit 2e5da8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PKG_CPPFLAGS = -I$(RWINLIB)/include \
PKG_LIBS = \
-L$(RWINLIB)/$(TARGET) \
-L$(RWINLIB)/lib$(R_ARCH) \
-lgit2 -lssh2 -lz -lssl -lcrypto -liconv \
-lgit2 -lssh2 -lz -lcrypto -liconv \
-lwinhttp -lws2_32 -lcrypt32 -lole32 -lrpcrt4

all: clean winlibs
Expand Down

0 comments on commit 2e5da8c

Please sign in to comment.